Html Css Color HEX #30BE19 Lime Green

📋 copy color: '#30BE19'

red 48 ◦ green 190 ◦ blue 25

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

Shades of Lime Green #30BE19

Tints of Lime Green #30BE19

RGB

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

 GREEN value IS 190 (74.61% from 255) = 72.24%

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 18.25%
G = 72.24%
B = 9.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#30BE19 (or 0x30BE19) is known color: Lime Green. HEX triplet: 30, BE and 19. RGB value is (48,190,25). Sum of RGB (Red+Green+Blue) = 48+190+25=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 190 (74.61% from 255 or 72.24% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BE19 is #CF41E6. Grayscale: #818181. Windows color (decimal): -13582823 or 1687088. OLE color: 1687088.

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

Color convert

RGB 48 190 25 -
CMYK 0.75 0 0.87 0.25
HSL 111.64º 0.77% 0.42% -
HSV(B) 111.64º 0.87% 0.75% -
XYZ 19.81 37.53 7.12 -
YUV 128.73 69.46 70.42 -
System Red Green Blue C M Y K H S L
Decimal 48 190 25 0.75 0 0.87 0.25 111.64 0.77 0.42
Hex 30 BE 19 4B 0 57 19 70 4D 2A
Octal 60 276 31 113 0 127 31 160 115 52
Binary 110000 10111110 11001 1001011 0 1010111 11001 1110000 1001101 101010

Color Harmonies of #30BE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BE19

Black with #30BE19

Text Example


Text Example

White with #30BE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,190,25); }

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

background-color css

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

 a { background-color: rgb(48,190,25); }

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

border-color css

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

 span { border-color: rgb(48,190,25); }

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