Html Css Color HEX #33E126 Lime Green

📋 copy color: '#33E126'

red 51 ◦ green 225 ◦ blue 38

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

Shades of Lime Green #33E126

Tints of Lime Green #33E126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.1%

R = 16.24%
G = 71.66%
B = 12.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#33E126 (or 0x33E126) is known color: Lime Green. HEX triplet: 33, E1 and 26. RGB value is (51,225,38). Sum of RGB (Red+Green+Blue) = 51+225+38=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 225 (88.28% from 255 or 71.66% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 225 - color contains mainly: green. Hex color #33E126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E126 is #CC1ED9. Grayscale: #989898. Windows color (decimal): -13377242 or 2548019. OLE color: 2548019.

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

Color convert

RGB 51 225 38 -
CMYK 0.77 0 0.83 0.12
HSL 115.83º 0.76% 0.52% -
HSV(B) 115.83º 0.83% 0.88% -
XYZ 28.64 54.69 10.88 -
YUV 151.66 63.85 56.21 -
System Red Green Blue C M Y K H S L
Decimal 51 225 38 0.77 0 0.83 0.12 115.83 0.76 0.52
Hex 33 E1 26 4D 0 53 C 74 4C 34
Octal 63 341 46 115 0 123 14 164 114 64
Binary 110011 11100001 100110 1001101 0 1010011 1100 1110100 1001100 110100

Color Harmonies of #33E126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E126

Black with #33E126

Text Example


Text Example

White with #33E126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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