Html Css Color HEX #2DCC25 Lime Green

📋 copy color: '#2DCC25'

red 45 ◦ green 204 ◦ blue 37

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

Shades of Lime Green #2DCC25

Tints of Lime Green #2DCC25

RGB

 RED value IS 45 (17.97% from 255) = 15.73%

 GREEN value IS 204 (80.08% from 255) = 71.33%

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

R = 15.73%
G = 71.33%
B = 12.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#2DCC25 (or 0x2DCC25) is known color: Lime Green. HEX triplet: 2D, CC and 25. RGB value is (45,204,37). Sum of RGB (Red+Green+Blue) = 45+204+37=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCC25 is #D233DA. Grayscale: #898989. Windows color (decimal): -13775835 or 2477101. OLE color: 2477101.

HSL color Cylindrical-coordinate representation of color #2DCC25: hue angle of 117.13º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DCC25 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 45 204 37 -
CMYK 0.78 0 0.82 0.2
HSL 117.13º 0.69% 0.47% -
HSV(B) 117.13º 0.82% 0.8% -
XYZ 23.01 43.88 9.01 -
YUV 137.42 71.32 62.08 -
System Red Green Blue C M Y K H S L
Decimal 45 204 37 0.78 0 0.82 0.2 117.13 0.69 0.47
Hex 2D CC 25 4E 0 52 14 75 45 2F
Octal 55 314 45 116 0 122 24 165 105 57
Binary 101101 11001100 100101 1001110 0 1010010 10100 1110101 1000101 101111

Color Harmonies of #2DCC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCC25

Black with #2DCC25

Text Example


Text Example

White with #2DCC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,204,37); }

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

background-color css

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

 a { background-color: rgb(45,204,37); }

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

border-color css

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

 span { border-color: rgb(45,204,37); }

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