Html Css Color HEX #2CB325 Lime Green

📋 copy color: '#2CB325'

red 44 ◦ green 179 ◦ blue 37

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

Shades of Lime Green #2CB325

Tints of Lime Green #2CB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 68.85%

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

R = 16.92%
G = 68.85%
B = 14.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#2CB325 (or 0x2CB325) is known color: Lime Green. HEX triplet: 2C, B3 and 25. RGB value is (44,179,37). Sum of RGB (Red+Green+Blue) = 44+179+37=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 179 (70.31% from 255 or 68.85% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB325 is #D34CDA. Grayscale: #7A7A7A. Windows color (decimal): -13847771 or 2470700. OLE color: 2470700.

HSL color Cylindrical-coordinate representation of color #2CB325: hue angle of 117.04º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CB325 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 179 37 -
CMYK 0.75 0 0.79 0.30
HSL 117.04º 0.66% 0.42% -
HSV(B) 117.04º 0.79% 0.7% -
XYZ 17.49 32.91 7.18 -
YUV 122.45 79.77 72.05 -
System Red Green Blue C M Y K H S L
Decimal 44 179 37 0.75 0 0.79 0.30 117.04 0.66 0.42
Hex 2C B3 25 4B 0 4F 1E 75 42 2A
Octal 54 263 45 113 0 117 36 165 102 52
Binary 101100 10110011 100101 1001011 0 1001111 11110 1110101 1000010 101010

Color Harmonies of #2CB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB325

Black with #2CB325

Text Example


Text Example

White with #2CB325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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