Html Css Color HEX #30C81F Lime Green

📋 copy color: '#30C81F'

red 48 ◦ green 200 ◦ blue 31

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

Shades of Lime Green #30C81F

Tints of Lime Green #30C81F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 71.68%

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

R = 17.2%
G = 71.68%
B = 11.11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#30C81F (or 0x30C81F) is known color: Lime Green. HEX triplet: 30, C8 and 1F. RGB value is (48,200,31). Sum of RGB (Red+Green+Blue) = 48+200+31=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 200 (78.52% from 255 or 71.68% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 200 - color contains mainly: green. Hex color #30C81F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C81F is #CF37E0. Grayscale: #878787. Windows color (decimal): -13580257 or 2082864. OLE color: 2082864.

HSL color Cylindrical-coordinate representation of color #30C81F: hue angle of 113.96º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30C81F is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 200 31 -
CMYK 0.76 0 0.84 0.22
HSL 113.96º 0.73% 0.45% -
HSV(B) 113.96º 0.85% 0.78% -
XYZ 22.12 42.04 8.24 -
YUV 135.29 69.14 65.74 -
System Red Green Blue C M Y K H S L
Decimal 48 200 31 0.76 0 0.84 0.22 113.96 0.73 0.45
Hex 30 C8 1F 4C 0 54 16 72 49 2D
Octal 60 310 37 114 0 124 26 162 111 55
Binary 110000 11001000 11111 1001100 0 1010100 10110 1110010 1001001 101101

Color Harmonies of #30C81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C81F

Black with #30C81F

Text Example


Text Example

White with #30C81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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