Html Css Color HEX #30F940 Lime Green

📋 copy color: '#30F940'

red 48 ◦ green 249 ◦ blue 64

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

Shades of Lime Green #30F940

Tints of Lime Green #30F940

RGB

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

 GREEN value IS 249 (97.66% from 255) = 68.98%

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 13.3%
G = 68.98%
B = 17.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#30F940 (or 0x30F940) is known color: Lime Green. HEX triplet: 30, F9 and 40. RGB value is (48,249,64). Sum of RGB (Red+Green+Blue) = 48+249+64=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 249 (97.66% from 255 or 68.98% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 249 - color contains mainly: green. Hex color #30F940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F940 is #CF06BF. Grayscale: #A8A8A8. Windows color (decimal): -13567680 or 4258096. OLE color: 4258096.

HSL color Cylindrical-coordinate representation of color #30F940: hue angle of 124.78º degrees, saturation: 0.94, 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 #30F940 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 249 64 -
CMYK 0.81 0 0.74 0.02
HSL 124.78º 0.94% 0.58% -
HSV(B) 124.78º 0.81% 0.98% -
XYZ 36.02 68.75 16.22 -
YUV 167.81 69.41 42.54 -
System Red Green Blue C M Y K H S L
Decimal 48 249 64 0.81 0 0.74 0.02 124.78 0.94 0.58
Hex 30 F9 40 51 0 4A 2 7D 5E 3A
Octal 60 371 100 121 0 112 2 175 136 72
Binary 110000 11111001 1000000 1010001 0 1001010 10 1111101 1011110 111010

Color Harmonies of #30F940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F940

Black with #30F940

Text Example


Text Example

White with #30F940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,249,64); }

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

background-color css

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

 a { background-color: rgb(48,249,64); }

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

border-color css

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

 span { border-color: rgb(48,249,64); }

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