Html Css Color HEX #42C42B Lime Green

📋 copy color: '#42C42B'

red 66 ◦ green 196 ◦ blue 43

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

Shades of Lime Green #42C42B

Tints of Lime Green #42C42B

RGB

 RED value IS 66 (26.17% from 255) = 21.64%

 GREEN value IS 196 (76.95% from 255) = 64.26%

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 21.64%
G = 64.26%
B = 14.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#42C42B (or 0x42C42B) is known color: Lime Green. HEX triplet: 42, C4 and 2B. RGB value is (66,196,43). Sum of RGB (Red+Green+Blue) = 66+196+43=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 196 (76.95% from 255 or 64.26% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 196 - color contains mainly: green. Hex color #42C42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C42B is #BD3BD4. Grayscale: #8C8C8C. Windows color (decimal): -12401621 or 2868290. OLE color: 2868290.

HSL color Cylindrical-coordinate representation of color #42C42B: hue angle of 110.98º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42C42B is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 196 43 -
CMYK 0.66 0 0.78 0.23
HSL 110.98º 0.64% 0.47% -
HSV(B) 110.98º 0.78% 0.77% -
XYZ 22.42 40.81 8.98 -
YUV 139.69 73.43 75.44 -
System Red Green Blue C M Y K H S L
Decimal 66 196 43 0.66 0 0.78 0.23 110.98 0.64 0.47
Hex 42 C4 2B 42 0 4E 17 6F 40 2F
Octal 102 304 53 102 0 116 27 157 100 57
Binary 1000010 11000100 101011 1000010 0 1001110 10111 1101111 1000000 101111

Color Harmonies of #42C42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C42B

Black with #42C42B

Text Example


Text Example

White with #42C42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42C42B; }

 p { color: rgb(66,196,43); }

 H1.HeaderClassName
 {
   color: #42C42B;
 }
 .AnyTagClassName
 {
   color: #42C42B;
 }
</style>

background-color css

<style>
 a { background-color: #42C42B; }

 a { background-color: rgb(66,196,43); }

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

border-color css

<style>
 span { border-color: #42C42B; }

 span { border-color: rgb(66,196,43); }

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