Html Css Color HEX #2CE015 Lime Green

📋 copy color: '#2CE015'

red 44 ◦ green 224 ◦ blue 21

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

Shades of Lime Green #2CE015

Tints of Lime Green #2CE015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.27%

R = 15.22%
G = 77.51%
B = 7.27%

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

#2CE015 (or 0x2CE015) is known color: Lime Green. HEX triplet: 2C, E0 and 15. RGB value is (44,224,21). Sum of RGB (Red+Green+Blue) = 44+224+21=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 224 (87.89% from 255 or 77.51% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE015 is #D31FEA. Grayscale: #939393. Windows color (decimal): -13836267 or 1433644. OLE color: 1433644.

HSL color Cylindrical-coordinate representation of color #2CE015: hue angle of 113.2º degrees, saturation: 0.83, 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 #2CE015 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 224 21 -
CMYK 0.80 0 0.91 0.12
HSL 113.2º 0.83% 0.48% -
HSV(B) 113.2º 0.91% 0.88% -
XYZ 27.83 53.9 9.65 -
YUV 147.04 56.87 54.51 -
System Red Green Blue C M Y K H S L
Decimal 44 224 21 0.80 0 0.91 0.12 113.2 0.83 0.48
Hex 2C E0 15 50 0 5B C 71 53 30
Octal 54 340 25 120 0 133 14 161 123 60
Binary 101100 11100000 10101 1010000 0 1011011 1100 1110001 1010011 110000

Color Harmonies of #2CE015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE015

Black with #2CE015

Text Example


Text Example

White with #2CE015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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