Html Css Color HEX #2CEF42 Lime Green

📋 copy color: '#2CEF42'

red 44 ◦ green 239 ◦ blue 66

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

Shades of Lime Green #2CEF42

Tints of Lime Green #2CEF42

RGB

 RED value IS 44 (17.58% from 255) = 12.61%

 GREEN value IS 239 (93.75% from 255) = 68.48%

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 12.61%
G = 68.48%
B = 18.91%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#2CEF42 (or 0x2CEF42) is known color: Lime Green. HEX triplet: 2C, EF and 42. RGB value is (44,239,66). Sum of RGB (Red+Green+Blue) = 44+239+66=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 239 (93.75% from 255 or 68.48% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEF42 is #D310BD. Grayscale: #A1A1A1. Windows color (decimal): -13832382 or 4386604. OLE color: 4386604.

HSL color Cylindrical-coordinate representation of color #2CEF42: hue angle of 126.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEF42 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 44 239 66 -
CMYK 0.82 0 0.72 0.06
HSL 126.77º 0.86% 0.55% -
HSV(B) 126.77º 0.82% 0.94% -
XYZ 32.89 62.66 15.52 -
YUV 160.97 74.4 44.57 -
System Red Green Blue C M Y K H S L
Decimal 44 239 66 0.82 0 0.72 0.06 126.77 0.86 0.55
Hex 2C EF 42 52 0 48 6 7F 56 37
Octal 54 357 102 122 0 110 6 177 126 67
Binary 101100 11101111 1000010 1010010 0 1001000 110 1111111 1010110 110111

Color Harmonies of #2CEF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEF42

Black with #2CEF42

Text Example


Text Example

White with #2CEF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CEF42; }

 p { color: rgb(44,239,66); }

 H1.HeaderClassName
 {
   color: #2CEF42;
 }
 .AnyTagClassName
 {
   color: #2CEF42;
 }
</style>

background-color css

<style>
 a { background-color: #2CEF42; }

 a { background-color: rgb(44,239,66); }

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

border-color css

<style>
 span { border-color: #2CEF42; }

 span { border-color: rgb(44,239,66); }

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