Html Css Color HEX #2DCF25 Lime Green

📋 copy color: '#2DCF25'

red 45 ◦ green 207 ◦ blue 37

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

Shades of Lime Green #2DCF25

Tints of Lime Green #2DCF25

RGB

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

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

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

R = 15.57%
G = 71.63%
B = 12.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#2DCF25 (or 0x2DCF25) is known color: Lime Green. HEX triplet: 2D, CF and 25. RGB value is (45,207,37). Sum of RGB (Red+Green+Blue) = 45+207+37=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 207 (81.25% from 255 or 71.63% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCF25 is #D230DA. Grayscale: #8B8B8B. Windows color (decimal): -13775067 or 2477869. OLE color: 2477869.

HSL color Cylindrical-coordinate representation of color #2DCF25: hue angle of 117.18º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DCF25 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 207 37 -
CMYK 0.78 0 0.82 0.19
HSL 117.18º 0.7% 0.48% -
HSV(B) 117.18º 0.82% 0.81% -
XYZ 23.73 45.32 9.25 -
YUV 139.18 70.33 60.82 -
System Red Green Blue C M Y K H S L
Decimal 45 207 37 0.78 0 0.82 0.19 117.18 0.7 0.48
Hex 2D CF 25 4E 0 52 13 75 46 30
Octal 55 317 45 116 0 122 23 165 106 60
Binary 101101 11001111 100101 1001110 0 1010010 10011 1110101 1000110 110000

Color Harmonies of #2DCF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCF25

Black with #2DCF25

Text Example


Text Example

White with #2DCF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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