Html Css Color HEX #30F535 Lime Green

📋 copy color: '#30F535'

red 48 ◦ green 245 ◦ blue 53

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

Shades of Lime Green #30F535

Tints of Lime Green #30F535

RGB

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

 GREEN value IS 245 (96.09% from 255) = 70.81%

 BLUE value IS 53 (21.09% from 255) = 15.32%

R = 13.87%
G = 70.81%
B = 15.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#30F535 (or 0x30F535) is known color: Lime Green. HEX triplet: 30, F5 and 35. RGB value is (48,245,53). Sum of RGB (Red+Green+Blue) = 48+245+53=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 245 (96.09% from 255 or 70.81% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 245 - color contains mainly: green. Hex color #30F535 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F535 is #CF0ACA. Grayscale: #A4A4A4. Windows color (decimal): -13568715 or 3536176. OLE color: 3536176.

HSL color Cylindrical-coordinate representation of color #30F535: hue angle of 121.52º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F535 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 245 53 -
CMYK 0.80 0 0.78 0.04
HSL 121.52º 0.91% 0.57% -
HSV(B) 121.52º 0.8% 0.96% -
XYZ 34.51 66.19 14.33 -
YUV 164.21 65.23 45.11 -
System Red Green Blue C M Y K H S L
Decimal 48 245 53 0.80 0 0.78 0.04 121.52 0.91 0.57
Hex 30 F5 35 50 0 4E 4 7A 5B 39
Octal 60 365 65 120 0 116 4 172 133 71
Binary 110000 11110101 110101 1010000 0 1001110 100 1111010 1011011 111001

Color Harmonies of #30F535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F535

Black with #30F535

Text Example


Text Example

White with #30F535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,245,53); }

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

background-color css

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

 a { background-color: rgb(48,245,53); }

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

border-color css

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

 span { border-color: rgb(48,245,53); }

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