Html Css Color HEX #42CE2F Lime Green

📋 copy color: '#42CE2F'

red 66 ◦ green 206 ◦ blue 47

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

Shades of Lime Green #42CE2F

Tints of Lime Green #42CE2F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 64.58%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 20.69%
G = 64.58%
B = 14.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#42CE2F (or 0x42CE2F) is known color: Lime Green. HEX triplet: 42, CE and 2F. RGB value is (66,206,47). Sum of RGB (Red+Green+Blue) = 66+206+47=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 206 (80.86% from 255 or 64.58% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CE2F is #BD31D0. Grayscale: #929292. Windows color (decimal): -12399057 or 3132994. OLE color: 3132994.

HSL color Cylindrical-coordinate representation of color #42CE2F: hue angle of 112.83º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42CE2F is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 206 47 -
CMYK 0.68 0 0.77 0.19
HSL 112.83º 0.63% 0.5% -
HSV(B) 112.83º 0.77% 0.81% -
XYZ 24.83 45.51 10.16 -
YUV 146.01 72.12 70.93 -
System Red Green Blue C M Y K H S L
Decimal 66 206 47 0.68 0 0.77 0.19 112.83 0.63 0.5
Hex 42 CE 2F 44 0 4D 13 71 3F 32
Octal 102 316 57 104 0 115 23 161 77 62
Binary 1000010 11001110 101111 1000100 0 1001101 10011 1110001 111111 110010

Color Harmonies of #42CE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CE2F

Black with #42CE2F

Text Example


Text Example

White with #42CE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,206,47); }

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

background-color css

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

 a { background-color: rgb(66,206,47); }

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

border-color css

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

 span { border-color: rgb(66,206,47); }

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