Html Css Color HEX #33AC25 Lime Green

📋 copy color: '#33AC25'

red 51 ◦ green 172 ◦ blue 37

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

Shades of Lime Green #33AC25

Tints of Lime Green #33AC25

RGB

 RED value IS 51 (20.31% from 255) = 19.62%

 GREEN value IS 172 (67.58% from 255) = 66.15%

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

R = 19.62%
G = 66.15%
B = 14.23%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#33AC25 (or 0x33AC25) is known color: Lime Green. HEX triplet: 33, AC and 25. RGB value is (51,172,37). Sum of RGB (Red+Green+Blue) = 51+172+37=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 172 (67.58% from 255 or 66.15% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 172 - color contains mainly: green. Hex color #33AC25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AC25 is #CC53DA. Grayscale: #787878. Windows color (decimal): -13390811 or 2468915. OLE color: 2468915.

HSL color Cylindrical-coordinate representation of color #33AC25: hue angle of 113.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33AC25 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 172 37 -
CMYK 0.70 0 0.78 0.33
HSL 113.78º 0.65% 0.41% -
HSV(B) 113.78º 0.78% 0.67% -
XYZ 16.45 30.34 6.74 -
YUV 120.43 80.91 78.48 -
System Red Green Blue C M Y K H S L
Decimal 51 172 37 0.70 0 0.78 0.33 113.78 0.65 0.41
Hex 33 AC 25 46 0 4E 21 72 41 29
Octal 63 254 45 106 0 116 41 162 101 51
Binary 110011 10101100 100101 1000110 0 1001110 100001 1110010 1000001 101001

Color Harmonies of #33AC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AC25

Black with #33AC25

Text Example


Text Example

White with #33AC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33AC25; }

 p { color: rgb(51,172,37); }

 H1.HeaderClassName
 {
   color: #33AC25;
 }
 .AnyTagClassName
 {
   color: #33AC25;
 }
</style>

background-color css

<style>
 a { background-color: #33AC25; }

 a { background-color: rgb(51,172,37); }

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

border-color css

<style>
 span { border-color: #33AC25; }

 span { border-color: rgb(51,172,37); }

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