Html Css Color HEX #2CEF31 Lime Green

📋 copy color: '#2CEF31'

red 44 ◦ green 239 ◦ blue 49

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

Shades of Lime Green #2CEF31

Tints of Lime Green #2CEF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.76%

R = 13.25%
G = 71.99%
B = 14.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#2CEF31 (or 0x2CEF31) is known color: Lime Green. HEX triplet: 2C, EF and 31. RGB value is (44,239,49). Sum of RGB (Red+Green+Blue) = 44+239+49=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 239 (93.75% from 255 or 71.99% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEF31 is #D310CE. Grayscale: #9F9F9F. Windows color (decimal): -13832399 or 3272492. OLE color: 3272492.

HSL color Cylindrical-coordinate representation of color #2CEF31: hue angle of 121.54º 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 #2CEF31 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 44 239 49 -
CMYK 0.82 0 0.79 0.06
HSL 121.54º 0.86% 0.55% -
HSV(B) 121.54º 0.82% 0.94% -
XYZ 32.46 62.49 13.26 -
YUV 159.04 65.9 45.95 -
System Red Green Blue C M Y K H S L
Decimal 44 239 49 0.82 0 0.79 0.06 121.54 0.86 0.55
Hex 2C EF 31 52 0 4F 6 7A 56 37
Octal 54 357 61 122 0 117 6 172 126 67
Binary 101100 11101111 110001 1010010 0 1001111 110 1111010 1010110 110111

Color Harmonies of #2CEF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEF31

Black with #2CEF31

Text Example


Text Example

White with #2CEF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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