Html Css Color HEX #2CE014 Lime Green

📋 copy color: '#2CE014'

red 44 ◦ green 224 ◦ blue 20

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

Shades of Lime Green #2CE014

Tints of Lime Green #2CE014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 77.78%

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 15.28%
G = 77.78%
B = 6.94%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#2CE014 (or 0x2CE014) is known color: Lime Green. HEX triplet: 2C, E0 and 14. RGB value is (44,224,20). Sum of RGB (Red+Green+Blue) = 44+224+20=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 224 (87.89% from 255 or 77.78% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE014 is #D31FEB. Grayscale: #939393. Windows color (decimal): -13836268 or 1368108. OLE color: 1368108.

HSL color Cylindrical-coordinate representation of color #2CE014: hue angle of 112.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CE014 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 224 20 -
CMYK 0.80 0 0.91 0.12
HSL 112.94º 0.84% 0.48% -
HSV(B) 112.94º 0.91% 0.88% -
XYZ 27.82 53.9 9.6 -
YUV 146.92 56.37 54.59 -
System Red Green Blue C M Y K H S L
Decimal 44 224 20 0.80 0 0.91 0.12 112.94 0.84 0.48
Hex 2C E0 14 50 0 5B C 71 54 30
Octal 54 340 24 120 0 133 14 161 124 60
Binary 101100 11100000 10100 1010000 0 1011011 1100 1110001 1010100 110000

Color Harmonies of #2CE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE014

Black with #2CE014

Text Example


Text Example

White with #2CE014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,224,20); }

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

background-color css

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

 a { background-color: rgb(44,224,20); }

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

border-color css

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

 span { border-color: rgb(44,224,20); }

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