Html Css Color HEX #2CDF1C Lime Green

📋 copy color: '#2CDF1C'

red 44 ◦ green 223 ◦ blue 28

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

Shades of Lime Green #2CDF1C

Tints of Lime Green #2CDF1C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 75.59%

 BLUE value IS 28 (11.33% from 255) = 9.49%

R = 14.92%
G = 75.59%
B = 9.49%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#2CDF1C (or 0x2CDF1C) is known color: Lime Green. HEX triplet: 2C, DF and 1C. RGB value is (44,223,28). Sum of RGB (Red+Green+Blue) = 44+223+28=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 223 (87.5% from 255 or 75.59% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDF1C is #D320E3. Grayscale: #939393. Windows color (decimal): -13836516 or 1892140. OLE color: 1892140.

HSL color Cylindrical-coordinate representation of color #2CDF1C: hue angle of 115.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CDF1C is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 223 28 -
CMYK 0.80 0 0.87 0.13
HSL 115.08º 0.78% 0.49% -
HSV(B) 115.08º 0.87% 0.87% -
XYZ 27.64 53.39 9.95 -
YUV 147.25 60.7 54.36 -
System Red Green Blue C M Y K H S L
Decimal 44 223 28 0.80 0 0.87 0.13 115.08 0.78 0.49
Hex 2C DF 1C 50 0 57 D 73 4E 31
Octal 54 337 34 120 0 127 15 163 116 61
Binary 101100 11011111 11100 1010000 0 1010111 1101 1110011 1001110 110001

Color Harmonies of #2CDF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDF1C

Black with #2CDF1C

Text Example


Text Example

White with #2CDF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,223,28); }

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

background-color css

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

 a { background-color: rgb(44,223,28); }

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

border-color css

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

 span { border-color: rgb(44,223,28); }

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