Html Css Color HEX #30BF1F Lime Green

📋 copy color: '#30BF1F'

red 48 ◦ green 191 ◦ blue 31

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

Shades of Lime Green #30BF1F

Tints of Lime Green #30BF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 17.78%
G = 70.74%
B = 11.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#30BF1F (or 0x30BF1F) is known color: Lime Green. HEX triplet: 30, BF and 1F. RGB value is (48,191,31). Sum of RGB (Red+Green+Blue) = 48+191+31=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 191 (75% from 255 or 70.74% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF1F is #CF40E0. Grayscale: #828282. Windows color (decimal): -13582561 or 2080560. OLE color: 2080560.

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

Color convert

RGB 48 191 31 -
CMYK 0.75 0 0.84 0.25
HSL 113.63º 0.72% 0.44% -
HSV(B) 113.63º 0.84% 0.75% -
XYZ 20.1 37.99 7.57 -
YUV 130 72.12 69.51 -
System Red Green Blue C M Y K H S L
Decimal 48 191 31 0.75 0 0.84 0.25 113.63 0.72 0.44
Hex 30 BF 1F 4B 0 54 19 72 48 2C
Octal 60 277 37 113 0 124 31 162 110 54
Binary 110000 10111111 11111 1001011 0 1010100 11001 1110010 1001000 101100

Color Harmonies of #30BF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF1F

Black with #30BF1F

Text Example


Text Example

White with #30BF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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