Html Css Color HEX #33E252 Lime Green

📋 copy color: '#33E252'

red 51 ◦ green 226 ◦ blue 82

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

Shades of Lime Green #33E252

Tints of Lime Green #33E252

RGB

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

 GREEN value IS 226 (88.67% from 255) = 62.95%

 BLUE value IS 82 (32.42% from 255) = 22.84%

R = 14.21%
G = 62.95%
B = 22.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#33E252 (or 0x33E252) is known color: Lime Green. HEX triplet: 33, E2 and 52. RGB value is (51,226,82). Sum of RGB (Red+Green+Blue) = 51+226+82=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 226 (88.67% from 255 or 62.95% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 226 - color contains mainly: green. Hex color #33E252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33E252 is #CC1DAD. Grayscale: #9D9D9D. Windows color (decimal): -13376942 or 5431859. OLE color: 5431859.

HSL color Cylindrical-coordinate representation of color #33E252: hue angle of 130.63º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33E252 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 51 226 82 -
CMYK 0.77 0 0.64 0.11
HSL 130.63º 0.75% 0.54% -
HSV(B) 130.63º 0.77% 0.89% -
XYZ 30.08 55.71 17.15 -
YUV 157.26 85.52 52.21 -
System Red Green Blue C M Y K H S L
Decimal 51 226 82 0.77 0 0.64 0.11 130.63 0.75 0.54
Hex 33 E2 52 4D 0 40 B 83 4B 36
Octal 63 342 122 115 0 100 13 203 113 66
Binary 110011 11100010 1010010 1001101 0 1000000 1011 10000011 1001011 110110

Color Harmonies of #33E252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E252

Black with #33E252

Text Example


Text Example

White with #33E252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,226,82); }

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

background-color css

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

 a { background-color: rgb(51,226,82); }

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

border-color css

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

 span { border-color: rgb(51,226,82); }

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