Html Css Color HEX #42C94F Lime Green

📋 copy color: '#42C94F'

red 66 ◦ green 201 ◦ blue 79

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

Shades of Lime Green #42C94F

Tints of Lime Green #42C94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 19.08%
G = 58.09%
B = 22.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#42C94F (or 0x42C94F) is known color: Lime Green. HEX triplet: 42, C9 and 4F. RGB value is (66,201,79). Sum of RGB (Red+Green+Blue) = 66+201+79=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 201 (78.91% from 255 or 58.09% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 201 - color contains mainly: green. Hex color #42C94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C94F is #BD36B0. Grayscale: #939393. Windows color (decimal): -12400305 or 5228866. OLE color: 5228866.

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

Color convert

RGB 66 201 79 -
CMYK 0.67 0 0.61 0.21
HSL 125.78º 0.56% 0.52% -
HSV(B) 125.78º 0.67% 0.79% -
XYZ 24.54 43.5 14.5 -
YUV 146.73 89.77 70.42 -
System Red Green Blue C M Y K H S L
Decimal 66 201 79 0.67 0 0.61 0.21 125.78 0.56 0.52
Hex 42 C9 4F 43 0 3D 15 7E 38 34
Octal 102 311 117 103 0 75 25 176 70 64
Binary 1000010 11001001 1001111 1000011 0 111101 10101 1111110 111000 110100

Color Harmonies of #42C94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C94F

Black with #42C94F

Text Example


Text Example

White with #42C94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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