Html Css Color HEX #30C81B Lime Green

📋 copy color: '#30C81B'

red 48 ◦ green 200 ◦ blue 27

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

Shades of Lime Green #30C81B

Tints of Lime Green #30C81B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.82%

R = 17.45%
G = 72.73%
B = 9.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#30C81B (or 0x30C81B) is known color: Lime Green. HEX triplet: 30, C8 and 1B. RGB value is (48,200,27). Sum of RGB (Red+Green+Blue) = 48+200+27=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 200 (78.52% from 255 or 72.73% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 200 - color contains mainly: green. Hex color #30C81B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C81B is #CF37E4. Grayscale: #878787. Windows color (decimal): -13580261 or 1820720. OLE color: 1820720.

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

Color convert

RGB 48 200 27 -
CMYK 0.76 0 0.86 0.22
HSL 112.72º 0.76% 0.45% -
HSV(B) 112.72º 0.87% 0.78% -
XYZ 22.07 42.02 7.98 -
YUV 134.83 67.14 66.07 -
System Red Green Blue C M Y K H S L
Decimal 48 200 27 0.76 0 0.86 0.22 112.72 0.76 0.45
Hex 30 C8 1B 4C 0 56 16 71 4C 2D
Octal 60 310 33 114 0 126 26 161 114 55
Binary 110000 11001000 11011 1001100 0 1010110 10110 1110001 1001100 101101

Color Harmonies of #30C81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C81B

Black with #30C81B

Text Example


Text Example

White with #30C81B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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