Html Css Color HEX #30F94A Lime Green

📋 copy color: '#30F94A'

red 48 ◦ green 249 ◦ blue 74

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

Shades of Lime Green #30F94A

Tints of Lime Green #30F94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.95%

R = 12.94%
G = 67.12%
B = 19.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#30F94A (or 0x30F94A) is known color: Lime Green. HEX triplet: 30, F9 and 4A. RGB value is (48,249,74). Sum of RGB (Red+Green+Blue) = 48+249+74=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 249 (97.66% from 255 or 67.12% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 249 - color contains mainly: green. Hex color #30F94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F94A is #CF06B5. Grayscale: #A9A9A9. Windows color (decimal): -13567670 or 4913456. OLE color: 4913456.

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

Color convert

RGB 48 249 74 -
CMYK 0.81 0 0.70 0.02
HSL 127.76º 0.94% 0.58% -
HSV(B) 127.76º 0.81% 0.98% -
XYZ 36.33 68.87 17.86 -
YUV 168.95 74.41 41.73 -
System Red Green Blue C M Y K H S L
Decimal 48 249 74 0.81 0 0.70 0.02 127.76 0.94 0.58
Hex 30 F9 4A 51 0 46 2 80 5E 3A
Octal 60 371 112 121 0 106 2 200 136 72
Binary 110000 11111001 1001010 1010001 0 1000110 10 10000000 1011110 111010

Color Harmonies of #30F94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F94A

Black with #30F94A

Text Example


Text Example

White with #30F94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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