Html Css Color HEX #33D652 Lime Green

📋 copy color: '#33D652'

red 51 ◦ green 214 ◦ blue 82

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

Shades of Lime Green #33D652

Tints of Lime Green #33D652

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.67%

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

R = 14.7%
G = 61.67%
B = 23.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#33D652 (or 0x33D652) is known color: Lime Green. HEX triplet: 33, D6 and 52. RGB value is (51,214,82). Sum of RGB (Red+Green+Blue) = 51+214+82=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 214 (83.98% from 255 or 61.67% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 214 - color contains mainly: green. Hex color #33D652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D652 is #CC29AD. Grayscale: #969696. Windows color (decimal): -13380014 or 5428787. OLE color: 5428787.

HSL color Cylindrical-coordinate representation of color #33D652: hue angle of 131.41º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D652 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 214 82 -
CMYK 0.76 0 0.62 0.16
HSL 131.41º 0.67% 0.52% -
HSV(B) 131.41º 0.76% 0.84% -
XYZ 26.93 49.41 16.1 -
YUV 150.22 89.5 57.23 -
System Red Green Blue C M Y K H S L
Decimal 51 214 82 0.76 0 0.62 0.16 131.41 0.67 0.52
Hex 33 D6 52 4C 0 3E 10 83 43 34
Octal 63 326 122 114 0 76 20 203 103 64
Binary 110011 11010110 1010010 1001100 0 111110 10000 10000011 1000011 110100

Color Harmonies of #33D652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D652

Black with #33D652

Text Example


Text Example

White with #33D652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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