Html Css Color HEX #42C94D Lime Green

📋 copy color: '#42C94D'

red 66 ◦ green 201 ◦ blue 77

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

Shades of Lime Green #42C94D

Tints of Lime Green #42C94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.38%

R = 19.19%
G = 58.43%
B = 22.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#42C94D (or 0x42C94D) is known color: Lime Green. HEX triplet: 42, C9 and 4D. RGB value is (66,201,77). Sum of RGB (Red+Green+Blue) = 66+201+77=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 201 (78.91% from 255 or 58.43% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 201 - color contains mainly: green. Hex color #42C94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C94D is #BD36B2. Grayscale: #929292. Windows color (decimal): -12400307 or 5097794. OLE color: 5097794.

HSL color Cylindrical-coordinate representation of color #42C94D: hue angle of 124.89º 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 #42C94D is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 201 77 -
CMYK 0.67 0 0.62 0.21
HSL 124.89º 0.56% 0.52% -
HSV(B) 124.89º 0.67% 0.79% -
XYZ 24.47 43.47 14.12 -
YUV 146.5 88.77 70.58 -
System Red Green Blue C M Y K H S L
Decimal 66 201 77 0.67 0 0.62 0.21 124.89 0.56 0.52
Hex 42 C9 4D 43 0 3E 15 7D 38 34
Octal 102 311 115 103 0 76 25 175 70 64
Binary 1000010 11001001 1001101 1000011 0 111110 10101 1111101 111000 110100

Color Harmonies of #42C94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C94D

Black with #42C94D

Text Example


Text Example

White with #42C94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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