Html Css Color HEX #42C92A Lime Green

📋 copy color: '#42C92A'

red 66 ◦ green 201 ◦ blue 42

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

Shades of Lime Green #42C92A

Tints of Lime Green #42C92A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 65.05%

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 21.36%
G = 65.05%
B = 13.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#42C92A (or 0x42C92A) is known color: Lime Green. HEX triplet: 42, C9 and 2A. RGB value is (66,201,42). Sum of RGB (Red+Green+Blue) = 66+201+42=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 201 (78.91% from 255 or 65.05% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 201 - color contains mainly: green. Hex color #42C92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C92A is #BD36D5. Grayscale: #8F8F8F. Windows color (decimal): -12400342 or 2804034. OLE color: 2804034.

HSL color Cylindrical-coordinate representation of color #42C92A: hue angle of 110.94º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42C92A is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 201 42 -
CMYK 0.67 0 0.79 0.21
HSL 110.94º 0.65% 0.48% -
HSV(B) 110.94º 0.79% 0.79% -
XYZ 23.55 43.1 9.27 -
YUV 142.51 71.27 73.43 -
System Red Green Blue C M Y K H S L
Decimal 66 201 42 0.67 0 0.79 0.21 110.94 0.65 0.48
Hex 42 C9 2A 43 0 4F 15 6F 41 30
Octal 102 311 52 103 0 117 25 157 101 60
Binary 1000010 11001001 101010 1000011 0 1001111 10101 1101111 1000001 110000

Color Harmonies of #42C92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C92A

Black with #42C92A

Text Example


Text Example

White with #42C92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,201,42); }

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

background-color css

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

 a { background-color: rgb(66,201,42); }

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

border-color css

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

 span { border-color: rgb(66,201,42); }

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