Html Css Color HEX #30C11A Lime Green

📋 copy color: '#30C11A'

red 48 ◦ green 193 ◦ blue 26

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

Shades of Lime Green #30C11A

Tints of Lime Green #30C11A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 72.28%

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 17.98%
G = 72.28%
B = 9.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#30C11A (or 0x30C11A) is known color: Lime Green. HEX triplet: 30, C1 and 1A. RGB value is (48,193,26). Sum of RGB (Red+Green+Blue) = 48+193+26=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 193 (75.78% from 255 or 72.28% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 193 - color contains mainly: green. Hex color #30C11A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C11A is #CF3EE5. Grayscale: #838383. Windows color (decimal): -13582054 or 1753392. OLE color: 1753392.

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

Color convert

RGB 48 193 26 -
CMYK 0.75 0 0.87 0.24
HSL 112.1º 0.76% 0.43% -
HSV(B) 112.1º 0.87% 0.76% -
XYZ 20.48 38.84 7.4 -
YUV 130.61 68.96 69.08 -
System Red Green Blue C M Y K H S L
Decimal 48 193 26 0.75 0 0.87 0.24 112.1 0.76 0.43
Hex 30 C1 1A 4B 0 57 18 70 4C 2B
Octal 60 301 32 113 0 127 30 160 114 53
Binary 110000 11000001 11010 1001011 0 1010111 11000 1110000 1001100 101011

Color Harmonies of #30C11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C11A

Black with #30C11A

Text Example


Text Example

White with #30C11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,193,26); }

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

background-color css

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

 a { background-color: rgb(48,193,26); }

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

border-color css

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

 span { border-color: rgb(48,193,26); }

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