Html Css Color HEX #2CE515 Lime Green

📋 copy color: '#2CE515'

red 44 ◦ green 229 ◦ blue 21

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

Shades of Lime Green #2CE515

Tints of Lime Green #2CE515

RGB

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

 GREEN value IS 229 (89.84% from 255) = 77.89%

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

R = 14.97%
G = 77.89%
B = 7.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#2CE515 (or 0x2CE515) is known color: Lime Green. HEX triplet: 2C, E5 and 15. RGB value is (44,229,21). Sum of RGB (Red+Green+Blue) = 44+229+21=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 229 (89.84% from 255 or 77.89% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE515 is #D31AEA. Grayscale: #969696. Windows color (decimal): -13834987 or 1434924. OLE color: 1434924.

HSL color Cylindrical-coordinate representation of color #2CE515: hue angle of 113.37º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CE515 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 44 229 21 -
CMYK 0.81 0 0.91 0.10
HSL 113.37º 0.83% 0.49% -
HSV(B) 113.37º 0.91% 0.9% -
XYZ 29.19 56.63 10.1 -
YUV 149.97 55.21 52.41 -
System Red Green Blue C M Y K H S L
Decimal 44 229 21 0.81 0 0.91 0.10 113.37 0.83 0.49
Hex 2C E5 15 51 0 5B A 71 53 31
Octal 54 345 25 121 0 133 12 161 123 61
Binary 101100 11100101 10101 1010001 0 1011011 1010 1110001 1010011 110001

Color Harmonies of #2CE515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE515

Black with #2CE515

Text Example


Text Example

White with #2CE515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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