Html Css Color HEX #2CCF15 Lime Green

📋 copy color: '#2CCF15'

red 44 ◦ green 207 ◦ blue 21

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

Shades of Lime Green #2CCF15

Tints of Lime Green #2CCF15

RGB

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

 GREEN value IS 207 (81.25% from 255) = 76.1%

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

R = 16.18%
G = 76.1%
B = 7.72%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#2CCF15 (or 0x2CCF15) is known color: Lime Green. HEX triplet: 2C, CF and 15. RGB value is (44,207,21). Sum of RGB (Red+Green+Blue) = 44+207+21=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 207 (81.25% from 255 or 76.10% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCF15 is #D330EA. Grayscale: #898989. Windows color (decimal): -13840619 or 1429292. OLE color: 1429292.

HSL color Cylindrical-coordinate representation of color #2CCF15: hue angle of 112.58º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CCF15 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 207 21 -
CMYK 0.79 0 0.90 0.19
HSL 112.58º 0.82% 0.45% -
HSV(B) 112.58º 0.9% 0.81% -
XYZ 23.49 45.22 8.2 -
YUV 137.06 62.5 61.62 -
System Red Green Blue C M Y K H S L
Decimal 44 207 21 0.79 0 0.90 0.19 112.58 0.82 0.45
Hex 2C CF 15 4F 0 5A 13 71 52 2D
Octal 54 317 25 117 0 132 23 161 122 55
Binary 101100 11001111 10101 1001111 0 1011010 10011 1110001 1010010 101101

Color Harmonies of #2CCF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCF15

Black with #2CCF15

Text Example


Text Example

White with #2CCF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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