Html Css Color HEX #33DA2F Lime Green

📋 copy color: '#33DA2F'

red 51 ◦ green 218 ◦ blue 47

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

Shades of Lime Green #33DA2F

Tints of Lime Green #33DA2F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 68.99%

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 16.14%
G = 68.99%
B = 14.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#33DA2F (or 0x33DA2F) is known color: Lime Green. HEX triplet: 33, DA and 2F. RGB value is (51,218,47). Sum of RGB (Red+Green+Blue) = 51+218+47=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 218 (85.55% from 255 or 68.99% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 218 - color contains mainly: green. Hex color #33DA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DA2F is #CC25D0. Grayscale: #959595. Windows color (decimal): -13379025 or 3136051. OLE color: 3136051.

HSL color Cylindrical-coordinate representation of color #33DA2F: hue angle of 118.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DA2F is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 218 47 -
CMYK 0.77 0 0.78 0.15
HSL 118.6º 0.7% 0.52% -
HSV(B) 118.6º 0.78% 0.85% -
XYZ 26.95 51.05 11.12 -
YUV 148.57 70.67 58.4 -
System Red Green Blue C M Y K H S L
Decimal 51 218 47 0.77 0 0.78 0.15 118.6 0.7 0.52
Hex 33 DA 2F 4D 0 4E F 77 46 34
Octal 63 332 57 115 0 116 17 167 106 64
Binary 110011 11011010 101111 1001101 0 1001110 1111 1110111 1000110 110100

Color Harmonies of #33DA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DA2F

Black with #33DA2F

Text Example


Text Example

White with #33DA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,218,47); }

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

background-color css

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

 a { background-color: rgb(51,218,47); }

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

border-color css

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

 span { border-color: rgb(51,218,47); }

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