Html Css Color HEX #30F446 Lime Green

📋 copy color: '#30F446'

red 48 ◦ green 244 ◦ blue 70

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

Shades of Lime Green #30F446

Tints of Lime Green #30F446

RGB

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

 GREEN value IS 244 (95.7% from 255) = 67.4%

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

R = 13.26%
G = 67.4%
B = 19.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#30F446 (or 0x30F446) is known color: Lime Green. HEX triplet: 30, F4 and 46. RGB value is (48,244,70). Sum of RGB (Red+Green+Blue) = 48+244+70=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 244 (95.70% from 255 or 67.40% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 244 - color contains mainly: green. Hex color #30F446 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F446 is #CF0BB9. Grayscale: #A6A6A6. Windows color (decimal): -13568954 or 4650032. OLE color: 4650032.

HSL color Cylindrical-coordinate representation of color #30F446: hue angle of 126.73º degrees, saturation: 0.9, 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 #30F446 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 244 70 -
CMYK 0.80 0 0.71 0.04
HSL 126.73º 0.9% 0.57% -
HSV(B) 126.73º 0.8% 0.96% -
XYZ 34.68 65.77 16.66 -
YUV 165.56 74.07 44.15 -
System Red Green Blue C M Y K H S L
Decimal 48 244 70 0.80 0 0.71 0.04 126.73 0.9 0.57
Hex 30 F4 46 50 0 47 4 7F 5A 39
Octal 60 364 106 120 0 107 4 177 132 71
Binary 110000 11110100 1000110 1010000 0 1000111 100 1111111 1011010 111001

Color Harmonies of #30F446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F446

Black with #30F446

Text Example


Text Example

White with #30F446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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