Html Css Color HEX #30BF46 Lime Green

📋 copy color: '#30BF46'

red 48 ◦ green 191 ◦ blue 70

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

Shades of Lime Green #30BF46

Tints of Lime Green #30BF46

RGB

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

 GREEN value IS 191 (75% from 255) = 61.81%

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

R = 15.53%
G = 61.81%
B = 22.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#30BF46 (or 0x30BF46) is known color: Lime Green. HEX triplet: 30, BF and 46. RGB value is (48,191,70). Sum of RGB (Red+Green+Blue) = 48+191+70=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 191 (75% from 255 or 61.81% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF46 is #CF40B9. Grayscale: #868686. Windows color (decimal): -13582522 or 4636464. OLE color: 4636464.

HSL color Cylindrical-coordinate representation of color #30BF46: hue angle of 129.23º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BF46 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 191 70 -
CMYK 0.75 0 0.63 0.25
HSL 129.23º 0.6% 0.47% -
HSV(B) 129.23º 0.75% 0.75% -
XYZ 20.96 38.33 12.09 -
YUV 134.45 91.62 66.34 -
System Red Green Blue C M Y K H S L
Decimal 48 191 70 0.75 0 0.63 0.25 129.23 0.6 0.47
Hex 30 BF 46 4B 0 3F 19 81 3C 2F
Octal 60 277 106 113 0 77 31 201 74 57
Binary 110000 10111111 1000110 1001011 0 111111 11001 10000001 111100 101111

Color Harmonies of #30BF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF46

Black with #30BF46

Text Example


Text Example

White with #30BF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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