Html Css Color HEX #42C52B Lime Green

📋 copy color: '#42C52B'

red 66 ◦ green 197 ◦ blue 43

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

Shades of Lime Green #42C52B

Tints of Lime Green #42C52B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 64.38%

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

R = 21.57%
G = 64.38%
B = 14.05%

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

#42C52B (or 0x42C52B) is known color: Lime Green. HEX triplet: 42, C5 and 2B. RGB value is (66,197,43). Sum of RGB (Red+Green+Blue) = 66+197+43=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 197 (77.34% from 255 or 64.38% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 197 - color contains mainly: green. Hex color #42C52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C52B is #BD3AD4. Grayscale: #8C8C8C. Windows color (decimal): -12401365 or 2868546. OLE color: 2868546.

HSL color Cylindrical-coordinate representation of color #42C52B: hue angle of 111.04º 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 #42C52B is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 197 43 -
CMYK 0.66 0 0.78 0.23
HSL 111.04º 0.64% 0.47% -
HSV(B) 111.04º 0.78% 0.77% -
XYZ 22.65 41.27 9.06 -
YUV 140.28 73.1 75.02 -
System Red Green Blue C M Y K H S L
Decimal 66 197 43 0.66 0 0.78 0.23 111.04 0.64 0.47
Hex 42 C5 2B 42 0 4E 17 6F 40 2F
Octal 102 305 53 102 0 116 27 157 100 57
Binary 1000010 11000101 101011 1000010 0 1001110 10111 1101111 1000000 101111

Color Harmonies of #42C52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C52B

Black with #42C52B

Text Example


Text Example

White with #42C52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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