Html Css Color HEX #43C242 Lime Green

📋 copy color: '#43C242'

red 67 ◦ green 194 ◦ blue 66

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

Shades of Lime Green #43C242

Tints of Lime Green #43C242

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.33%

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 20.49%
G = 59.33%
B = 20.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#43C242 (or 0x43C242) is known color: Lime Green. HEX triplet: 43, C2 and 42. RGB value is (67,194,66). Sum of RGB (Red+Green+Blue) = 67+194+66=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #43C242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C242 is #BC3DBD. Grayscale: #8D8D8D. Windows color (decimal): -12336574 or 4375107. OLE color: 4375107.

HSL color Cylindrical-coordinate representation of color #43C242: hue angle of 119.53º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C242 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 67 194 66 -
CMYK 0.65 0 0.66 0.24
HSL 119.53º 0.51% 0.51% -
HSV(B) 119.53º 0.66% 0.76% -
XYZ 22.59 40.17 11.72 -
YUV 141.44 85.42 74.91 -
System Red Green Blue C M Y K H S L
Decimal 67 194 66 0.65 0 0.66 0.24 119.53 0.51 0.51
Hex 43 C2 42 41 0 42 18 78 33 33
Octal 103 302 102 101 0 102 30 170 63 63
Binary 1000011 11000010 1000010 1000001 0 1000010 11000 1111000 110011 110011

Color Harmonies of #43C242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43C242

Black with #43C242

Text Example


Text Example

White with #43C242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,194,66); }

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

background-color css

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

 a { background-color: rgb(67,194,66); }

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

border-color css

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

 span { border-color: rgb(67,194,66); }

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