Html Css Color HEX #30FB33 Lime Green

📋 copy color: '#30FB33'

red 48 ◦ green 251 ◦ blue 51

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

Shades of Lime Green #30FB33

Tints of Lime Green #30FB33

RGB

 RED value IS 48 (19.14% from 255) = 13.71%

 GREEN value IS 251 (98.44% from 255) = 71.71%

 BLUE value IS 51 (20.31% from 255) = 14.57%

R = 13.71%
G = 71.71%
B = 14.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#30FB33 (or 0x30FB33) is known color: Lime Green. HEX triplet: 30, FB and 33. RGB value is (48,251,51). Sum of RGB (Red+Green+Blue) = 48+251+51=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 251 (98.44% from 255 or 71.71% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FB33 is #CF04CC. Grayscale: #A8A8A8. Windows color (decimal): -13567181 or 3406640. OLE color: 3406640.

HSL color Cylindrical-coordinate representation of color #30FB33: hue angle of 120.89º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FB33 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 251 51 -
CMYK 0.81 0 0.80 0.02
HSL 120.89º 0.96% 0.59% -
HSV(B) 120.89º 0.81% 0.98% -
XYZ 36.31 69.86 14.7 -
YUV 167.5 62.25 42.76 -
System Red Green Blue C M Y K H S L
Decimal 48 251 51 0.81 0 0.80 0.02 120.89 0.96 0.59
Hex 30 FB 33 51 0 50 2 79 60 3B
Octal 60 373 63 121 0 120 2 171 140 73
Binary 110000 11111011 110011 1010001 0 1010000 10 1111001 1100000 111011

Color Harmonies of #30FB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FB33

Black with #30FB33

Text Example


Text Example

White with #30FB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30FB33; }

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

 H1.HeaderClassName
 {
   color: #30FB33;
 }
 .AnyTagClassName
 {
   color: #30FB33;
 }
</style>

background-color css

<style>
 a { background-color: #30FB33; }

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

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

border-color css

<style>
 span { border-color: #30FB33; }

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

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