Html Css Color HEX #30F037 Lime Green

📋 copy color: '#30F037'

red 48 ◦ green 240 ◦ blue 55

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

Shades of Lime Green #30F037

Tints of Lime Green #30F037

RGB

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

 GREEN value IS 240 (94.14% from 255) = 69.97%

 BLUE value IS 55 (21.88% from 255) = 16.03%

R = 13.99%
G = 69.97%
B = 16.03%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#30F037 (or 0x30F037) is known color: Lime Green. HEX triplet: 30, F0 and 37. RGB value is (48,240,55). Sum of RGB (Red+Green+Blue) = 48+240+55=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 240 (94.14% from 255 or 69.97% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 240 - color contains mainly: green. Hex color #30F037 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F037 is #CF0FC8. Grayscale: #A2A2A2. Windows color (decimal): -13569993 or 3665968. OLE color: 3665968.

HSL color Cylindrical-coordinate representation of color #30F037: hue angle of 122.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F037 is Cyan = 0.8, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 240 55 -
CMYK 0.8 0 0.77 0.06
HSL 122.19º 0.86% 0.56% -
HSV(B) 122.19º 0.8% 0.94% -
XYZ 33.07 63.22 14.08 -
YUV 161.5 67.89 47.04 -
System Red Green Blue C M Y K H S L
Decimal 48 240 55 0.8 0 0.77 0.06 122.19 0.86 0.56
Hex 30 F0 37 50 0 4D 6 7A 56 38
Octal 60 360 67 120 0 115 6 172 126 70
Binary 110000 11110000 110111 1010000 0 1001101 110 1111010 1010110 111000

Color Harmonies of #30F037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F037

Black with #30F037

Text Example


Text Example

White with #30F037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,240,55); }

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

background-color css

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

 a { background-color: rgb(48,240,55); }

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

border-color css

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

 span { border-color: rgb(48,240,55); }

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