Html Css Color HEX #2CD925 Lime Green

📋 copy color: '#2CD925'

red 44 ◦ green 217 ◦ blue 37

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

Shades of Lime Green #2CD925

Tints of Lime Green #2CD925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 72.82%

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

R = 14.77%
G = 72.82%
B = 12.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#2CD925 (or 0x2CD925) is known color: Lime Green. HEX triplet: 2C, D9 and 25. RGB value is (44,217,37). Sum of RGB (Red+Green+Blue) = 44+217+37=298 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.77% from 298); Green value is 217 (85.16% from 255 or 72.82% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD925 is #D326DA. Grayscale: #919191. Windows color (decimal): -13838043 or 2480428. OLE color: 2480428.

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

Color convert

RGB 44 217 37 -
CMYK 0.80 0 0.83 0.15
HSL 117.67º 0.71% 0.5% -
HSV(B) 117.67º 0.83% 0.85% -
XYZ 26.19 50.29 10.08 -
YUV 144.75 67.19 56.14 -
System Red Green Blue C M Y K H S L
Decimal 44 217 37 0.80 0 0.83 0.15 117.67 0.71 0.5
Hex 2C D9 25 50 0 53 F 76 47 32
Octal 54 331 45 120 0 123 17 166 107 62
Binary 101100 11011001 100101 1010000 0 1010011 1111 1110110 1000111 110010

Color Harmonies of #2CD925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD925

Black with #2CD925

Text Example


Text Example

White with #2CD925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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