Html Css Color HEX #42CE27 Lime Green

📋 copy color: '#42CE27'

red 66 ◦ green 206 ◦ blue 39

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

Shades of Lime Green #42CE27

Tints of Lime Green #42CE27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 21.22%
G = 66.24%
B = 12.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#42CE27 (or 0x42CE27) is known color: Lime Green. HEX triplet: 42, CE and 27. RGB value is (66,206,39). Sum of RGB (Red+Green+Blue) = 66+206+39=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 206 (80.86% from 255 or 66.24% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CE27 is #BD31D8. Grayscale: #919191. Windows color (decimal): -12399065 or 2608706. OLE color: 2608706.

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

Color convert

RGB 66 206 39 -
CMYK 0.68 0 0.81 0.19
HSL 110.3º 0.68% 0.48% -
HSV(B) 110.3º 0.81% 0.81% -
XYZ 24.68 45.45 9.39 -
YUV 145.1 68.12 71.58 -
System Red Green Blue C M Y K H S L
Decimal 66 206 39 0.68 0 0.81 0.19 110.3 0.68 0.48
Hex 42 CE 27 44 0 51 13 6E 44 30
Octal 102 316 47 104 0 121 23 156 104 60
Binary 1000010 11001110 100111 1000100 0 1010001 10011 1101110 1000100 110000

Color Harmonies of #42CE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CE27

Black with #42CE27

Text Example


Text Example

White with #42CE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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