Html Css Color HEX #2CD225 Lime Green

📋 copy color: '#2CD225'

red 44 ◦ green 210 ◦ blue 37

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

Shades of Lime Green #2CD225

Tints of Lime Green #2CD225

RGB

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

 GREEN value IS 210 (82.42% from 255) = 72.16%

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

R = 15.12%
G = 72.16%
B = 12.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#2CD225 (or 0x2CD225) is known color: Lime Green. HEX triplet: 2C, D2 and 25. RGB value is (44,210,37). Sum of RGB (Red+Green+Blue) = 44+210+37=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 210 (82.42% from 255 or 72.16% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD225 is #D32DDA. Grayscale: #8D8D8D. Windows color (decimal): -13839835 or 2478636. OLE color: 2478636.

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

Color convert

RGB 44 210 37 -
CMYK 0.79 0 0.82 0.18
HSL 117.57º 0.7% 0.48% -
HSV(B) 117.57º 0.82% 0.82% -
XYZ 24.42 46.76 9.49 -
YUV 140.64 69.5 59.07 -
System Red Green Blue C M Y K H S L
Decimal 44 210 37 0.79 0 0.82 0.18 117.57 0.7 0.48
Hex 2C D2 25 4F 0 52 12 76 46 30
Octal 54 322 45 117 0 122 22 166 106 60
Binary 101100 11010010 100101 1001111 0 1010010 10010 1110110 1000110 110000

Color Harmonies of #2CD225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD225

Black with #2CD225

Text Example


Text Example

White with #2CD225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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