Html Css Color HEX #33D030 Lime Green

📋 copy color: '#33D030'

red 51 ◦ green 208 ◦ blue 48

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

Shades of Lime Green #33D030

Tints of Lime Green #33D030

RGB

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

 GREEN value IS 208 (81.64% from 255) = 67.75%

 BLUE value IS 48 (19.14% from 255) = 15.64%

R = 16.61%
G = 67.75%
B = 15.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#33D030 (or 0x33D030) is known color: Lime Green. HEX triplet: 33, D0 and 30. RGB value is (51,208,48). Sum of RGB (Red+Green+Blue) = 51+208+48=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 208 (81.64% from 255 or 67.75% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 208 - color contains mainly: green. Hex color #33D030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D030 is #CC2FCF. Grayscale: #8F8F8F. Windows color (decimal): -13381584 or 3199027. OLE color: 3199027.

HSL color Cylindrical-coordinate representation of color #33D030: hue angle of 118.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33D030 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 208 48 -
CMYK 0.75 0 0.77 0.18
HSL 118.88º 0.63% 0.5% -
HSV(B) 118.88º 0.77% 0.82% -
XYZ 24.45 46.03 10.39 -
YUV 142.82 74.49 62.51 -
System Red Green Blue C M Y K H S L
Decimal 51 208 48 0.75 0 0.77 0.18 118.88 0.63 0.5
Hex 33 D0 30 4B 0 4D 12 77 3F 32
Octal 63 320 60 113 0 115 22 167 77 62
Binary 110011 11010000 110000 1001011 0 1001101 10010 1110111 111111 110010

Color Harmonies of #33D030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D030

Black with #33D030

Text Example


Text Example

White with #33D030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,208,48); }

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

background-color css

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

 a { background-color: rgb(51,208,48); }

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

border-color css

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

 span { border-color: rgb(51,208,48); }

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