Html Css Color HEX #43D448 Lime Green

📋 copy color: '#43D448'

red 67 ◦ green 212 ◦ blue 72

#43D448
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #43D448

Tints of Lime Green #43D448

RGB

 RED value IS 67 (26.56% from 255) = 19.09%

 GREEN value IS 212 (83.2% from 255) = 60.4%

 BLUE value IS 72 (28.52% from 255) = 20.51%

R = 19.09%
G = 60.4%
B = 20.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#43D448 (or 0x43D448) is known color: Lime Green. HEX triplet: 43, D4 and 48. RGB value is (67,212,72). Sum of RGB (Red+Green+Blue) = 67+212+72=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 212 (83.20% from 255 or 60.40% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 212 - color contains mainly: green. Hex color #43D448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D448 is #BC2BB7. Grayscale: #999999. Windows color (decimal): -12331960 or 4772931. OLE color: 4772931.

HSL color Cylindrical-coordinate representation of color #43D448: hue angle of 122.07º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43D448 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 67 212 72 -
CMYK 0.68 0 0.66 0.17
HSL 122.07º 0.63% 0.55% -
HSV(B) 122.07º 0.68% 0.83% -
XYZ 27.03 48.75 14.12 -
YUV 152.69 82.46 66.88 -
System Red Green Blue C M Y K H S L
Decimal 67 212 72 0.68 0 0.66 0.17 122.07 0.63 0.55
Hex 43 D4 48 44 0 42 11 7A 3F 37
Octal 103 324 110 104 0 102 21 172 77 67
Binary 1000011 11010100 1001000 1000100 0 1000010 10001 1111010 111111 110111

Color Harmonies of #43D448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43D448

Black with #43D448

Text Example


Text Example

White with #43D448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43D448; }

 p { color: rgb(67,212,72); }

 H1.HeaderClassName
 {
   color: #43D448;
 }
 .AnyTagClassName
 {
   color: #43D448;
 }
</style>

background-color css

<style>
 a { background-color: #43D448; }

 a { background-color: rgb(67,212,72); }

 div.DivClassName
 {
   background-color: #43D448;
 }
 .BgClassName
 {
   background-color: #43D448;
 }
</style>

border-color css

<style>
 span { border-color: #43D448; }

 span { border-color: rgb(67,212,72); }

 td.TdClassName
 {
   border-color: #43D448;
 }
 .TagClassName
 {
   border-color: #43D448;
 }
</style>