Html Css Color HEX #2CDB25 Lime Green

📋 copy color: '#2CDB25'

red 44 ◦ green 219 ◦ blue 37

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

Shades of Lime Green #2CDB25

Tints of Lime Green #2CDB25

RGB

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

 GREEN value IS 219 (85.94% from 255) = 73%

 BLUE value IS 37 (14.84% from 255) = 12.33%

R = 14.67%
G = 73%
B = 12.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#2CDB25 (or 0x2CDB25) is known color: Lime Green. HEX triplet: 2C, DB and 25. RGB value is (44,219,37). Sum of RGB (Red+Green+Blue) = 44+219+37=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 219 (85.94% from 255 or 73% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDB25 is #D324DA. Grayscale: #929292. Windows color (decimal): -13837531 or 2480940. OLE color: 2480940.

HSL color Cylindrical-coordinate representation of color #2CDB25: hue angle of 117.69º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CDB25 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 219 37 -
CMYK 0.80 0 0.83 0.14
HSL 117.69º 0.72% 0.5% -
HSV(B) 117.69º 0.83% 0.86% -
XYZ 26.7 51.33 10.25 -
YUV 145.93 66.52 55.3 -
System Red Green Blue C M Y K H S L
Decimal 44 219 37 0.80 0 0.83 0.14 117.69 0.72 0.5
Hex 2C DB 25 50 0 53 E 76 48 32
Octal 54 333 45 120 0 123 16 166 110 62
Binary 101100 11011011 100101 1010000 0 1010011 1110 1110110 1001000 110010

Color Harmonies of #2CDB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDB25

Black with #2CDB25

Text Example


Text Example

White with #2CDB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,219,37); }

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

background-color css

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

 a { background-color: rgb(44,219,37); }

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

border-color css

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

 span { border-color: rgb(44,219,37); }

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