Html Css Color HEX #30F946 Lime Green

📋 copy color: '#30F946'

red 48 ◦ green 249 ◦ blue 70

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

Shades of Lime Green #30F946

Tints of Lime Green #30F946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 13.08%
G = 67.85%
B = 19.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#30F946 (or 0x30F946) is known color: Lime Green. HEX triplet: 30, F9 and 46. RGB value is (48,249,70). Sum of RGB (Red+Green+Blue) = 48+249+70=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 249 (97.66% from 255 or 67.85% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 249 - color contains mainly: green. Hex color #30F946 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F946 is #CF06B9. Grayscale: #A9A9A9. Windows color (decimal): -13567674 or 4651312. OLE color: 4651312.

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

Color convert

RGB 48 249 70 -
CMYK 0.81 0 0.72 0.02
HSL 126.57º 0.94% 0.58% -
HSV(B) 126.57º 0.81% 0.98% -
XYZ 36.2 68.82 17.17 -
YUV 168.5 72.41 42.05 -
System Red Green Blue C M Y K H S L
Decimal 48 249 70 0.81 0 0.72 0.02 126.57 0.94 0.58
Hex 30 F9 46 51 0 48 2 7F 5E 3A
Octal 60 371 106 121 0 110 2 177 136 72
Binary 110000 11111001 1000110 1010001 0 1001000 10 1111111 1011110 111010

Color Harmonies of #30F946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F946

Black with #30F946

Text Example


Text Example

White with #30F946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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