Html Css Color HEX #33E125 Lime Green

📋 copy color: '#33E125'

red 51 ◦ green 225 ◦ blue 37

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

Shades of Lime Green #33E125

Tints of Lime Green #33E125

RGB

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

 GREEN value IS 225 (88.28% from 255) = 71.88%

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

R = 16.29%
G = 71.88%
B = 11.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#33E125 (or 0x33E125) is known color: Lime Green. HEX triplet: 33, E1 and 25. RGB value is (51,225,37). Sum of RGB (Red+Green+Blue) = 51+225+37=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 225 (88.28% from 255 or 71.88% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 225 - color contains mainly: green. Hex color #33E125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E125 is #CC1EDA. Grayscale: #989898. Windows color (decimal): -13377243 or 2482483. OLE color: 2482483.

HSL color Cylindrical-coordinate representation of color #33E125: hue angle of 115.53º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33E125 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 225 37 -
CMYK 0.77 0 0.84 0.12
HSL 115.53º 0.76% 0.51% -
HSV(B) 115.53º 0.84% 0.88% -
XYZ 28.62 54.69 10.8 -
YUV 151.54 63.35 56.29 -
System Red Green Blue C M Y K H S L
Decimal 51 225 37 0.77 0 0.84 0.12 115.53 0.76 0.51
Hex 33 E1 25 4D 0 54 C 74 4C 33
Octal 63 341 45 115 0 124 14 164 114 63
Binary 110011 11100001 100101 1001101 0 1010100 1100 1110100 1001100 110011

Color Harmonies of #33E125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E125

Black with #33E125

Text Example


Text Example

White with #33E125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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