Html Css Color HEX #33FC30 Lime Green

📋 copy color: '#33FC30'

red 51 ◦ green 252 ◦ blue 48

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

Shades of Lime Green #33FC30

Tints of Lime Green #33FC30

RGB

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

 GREEN value IS 252 (98.83% from 255) = 71.79%

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

R = 14.53%
G = 71.79%
B = 13.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#33FC30 (or 0x33FC30) is known color: Lime Green. HEX triplet: 33, FC and 30. RGB value is (51,252,48). Sum of RGB (Red+Green+Blue) = 51+252+48=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 252 (98.83% from 255 or 71.79% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 252 - color contains mainly: green. Hex color #33FC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FC30 is #CC03CF. Grayscale: #A9A9A9. Windows color (decimal): -13370320 or 3210291. OLE color: 3210291.

HSL color Cylindrical-coordinate representation of color #33FC30: hue angle of 119.12º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33FC30 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 252 48 -
CMYK 0.80 0 0.81 0.01
HSL 119.12º 0.97% 0.59% -
HSV(B) 119.12º 0.81% 0.99% -
XYZ 36.71 70.54 14.48 -
YUV 168.65 59.91 44.09 -
System Red Green Blue C M Y K H S L
Decimal 51 252 48 0.80 0 0.81 0.01 119.12 0.97 0.59
Hex 33 FC 30 50 0 51 1 77 61 3B
Octal 63 374 60 120 0 121 1 167 141 73
Binary 110011 11111100 110000 1010000 0 1010001 1 1110111 1100001 111011

Color Harmonies of #33FC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FC30

Black with #33FC30

Text Example


Text Example

White with #33FC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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