Html Css Color HEX #33D253 Lime Green

📋 copy color: '#33D253'

red 51 ◦ green 210 ◦ blue 83

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

Shades of Lime Green #33D253

Tints of Lime Green #33D253

RGB

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

 GREEN value IS 210 (82.42% from 255) = 61.05%

 BLUE value IS 83 (32.81% from 255) = 24.13%

R = 14.83%
G = 61.05%
B = 24.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#33D253 (or 0x33D253) is known color: Lime Green. HEX triplet: 33, D2 and 53. RGB value is (51,210,83). Sum of RGB (Red+Green+Blue) = 51+210+83=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 210 (82.42% from 255 or 61.05% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 210 - color contains mainly: green. Hex color #33D253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D253 is #CC2DAC. Grayscale: #949494. Windows color (decimal): -13381037 or 5493299. OLE color: 5493299.

HSL color Cylindrical-coordinate representation of color #33D253: hue angle of 132.08º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D253 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 210 83 -
CMYK 0.76 0 0.60 0.18
HSL 132.08º 0.64% 0.51% -
HSV(B) 132.08º 0.76% 0.82% -
XYZ 25.97 47.42 15.97 -
YUV 147.98 91.32 58.83 -
System Red Green Blue C M Y K H S L
Decimal 51 210 83 0.76 0 0.60 0.18 132.08 0.64 0.51
Hex 33 D2 53 4C 0 3C 12 84 40 33
Octal 63 322 123 114 0 74 22 204 100 63
Binary 110011 11010010 1010011 1001100 0 111100 10010 10000100 1000000 110011

Color Harmonies of #33D253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D253

Black with #33D253

Text Example


Text Example

White with #33D253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,210,83); }

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

background-color css

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

 a { background-color: rgb(51,210,83); }

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

border-color css

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

 span { border-color: rgb(51,210,83); }

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