Html Css Color HEX #30FA33 Lime Green

📋 copy color: '#30FA33'

red 48 ◦ green 250 ◦ blue 51

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

Shades of Lime Green #30FA33

Tints of Lime Green #30FA33

RGB

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

 GREEN value IS 250 (98.05% from 255) = 71.63%

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

R = 13.75%
G = 71.63%
B = 14.61%

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

#30FA33 (or 0x30FA33) is known color: Lime Green. HEX triplet: 30, FA and 33. RGB value is (48,250,51). Sum of RGB (Red+Green+Blue) = 48+250+51=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 250 (98.05% from 255 or 71.63% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FA33 is #CF05CC. Grayscale: #A7A7A7. Windows color (decimal): -13567437 or 3406384. OLE color: 3406384.

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

Color convert

RGB 48 250 51 -
CMYK 0.81 0 0.80 0.02
HSL 120.89º 0.95% 0.58% -
HSV(B) 120.89º 0.81% 0.98% -
XYZ 36 69.24 14.6 -
YUV 166.92 62.58 43.18 -
System Red Green Blue C M Y K H S L
Decimal 48 250 51 0.81 0 0.80 0.02 120.89 0.95 0.58
Hex 30 FA 33 51 0 50 2 79 5F 3A
Octal 60 372 63 121 0 120 2 171 137 72
Binary 110000 11111010 110011 1010001 0 1010000 10 1111001 1011111 111010

Color Harmonies of #30FA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FA33

Black with #30FA33

Text Example


Text Example

White with #30FA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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