Html Css Color HEX #2CD825 Lime Green

📋 copy color: '#2CD825'

red 44 ◦ green 216 ◦ blue 37

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

Shades of Lime Green #2CD825

Tints of Lime Green #2CD825

RGB

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

 GREEN value IS 216 (84.77% from 255) = 72.73%

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

R = 14.81%
G = 72.73%
B = 12.46%

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

#2CD825 (or 0x2CD825) is known color: Lime Green. HEX triplet: 2C, D8 and 25. RGB value is (44,216,37). Sum of RGB (Red+Green+Blue) = 44+216+37=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 216 (84.77% from 255 or 72.73% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD825 is #D327DA. Grayscale: #909090. Windows color (decimal): -13838299 or 2480172. OLE color: 2480172.

HSL color Cylindrical-coordinate representation of color #2CD825: hue angle of 117.65º 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 #2CD825 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 216 37 -
CMYK 0.80 0 0.83 0.15
HSL 117.65º 0.71% 0.5% -
HSV(B) 117.65º 0.83% 0.85% -
XYZ 25.93 49.78 9.99 -
YUV 144.17 67.52 56.55 -
System Red Green Blue C M Y K H S L
Decimal 44 216 37 0.80 0 0.83 0.15 117.65 0.71 0.5
Hex 2C D8 25 50 0 53 F 76 47 32
Octal 54 330 45 120 0 123 17 166 107 62
Binary 101100 11011000 100101 1010000 0 1010011 1111 1110110 1000111 110010

Color Harmonies of #2CD825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD825

Black with #2CD825

Text Example


Text Example

White with #2CD825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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