Html Css Color HEX #42C44B Lime Green

📋 copy color: '#42C44B'

red 66 ◦ green 196 ◦ blue 75

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

Shades of Lime Green #42C44B

Tints of Lime Green #42C44B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 19.58%
G = 58.16%
B = 22.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#42C44B (or 0x42C44B) is known color: Lime Green. HEX triplet: 42, C4 and 4B. RGB value is (66,196,75). Sum of RGB (Red+Green+Blue) = 66+196+75=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #42C44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C44B is #BD3BB4. Grayscale: #8F8F8F. Windows color (decimal): -12401589 or 4965442. OLE color: 4965442.

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

Color convert

RGB 66 196 75 -
CMYK 0.66 0 0.62 0.23
HSL 124.15º 0.52% 0.51% -
HSV(B) 124.15º 0.66% 0.77% -
XYZ 23.26 41.15 13.37 -
YUV 143.34 89.43 72.84 -
System Red Green Blue C M Y K H S L
Decimal 66 196 75 0.66 0 0.62 0.23 124.15 0.52 0.51
Hex 42 C4 4B 42 0 3E 17 7C 34 33
Octal 102 304 113 102 0 76 27 174 64 63
Binary 1000010 11000100 1001011 1000010 0 111110 10111 1111100 110100 110011

Color Harmonies of #42C44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C44B

Black with #42C44B

Text Example


Text Example

White with #42C44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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