Html Css Color HEX #30C11C Lime Green

📋 copy color: '#30C11C'

red 48 ◦ green 193 ◦ blue 28

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

Shades of Lime Green #30C11C

Tints of Lime Green #30C11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 17.84%
G = 71.75%
B = 10.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#30C11C (or 0x30C11C) is known color: Lime Green. HEX triplet: 30, C1 and 1C. RGB value is (48,193,28). Sum of RGB (Red+Green+Blue) = 48+193+28=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #30C11C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C11C is #CF3EE3. Grayscale: #838383. Windows color (decimal): -13582052 or 1884464. OLE color: 1884464.

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

Color convert

RGB 48 193 28 -
CMYK 0.75 0 0.85 0.24
HSL 112.73º 0.75% 0.43% -
HSV(B) 112.73º 0.85% 0.76% -
XYZ 20.5 38.85 7.52 -
YUV 130.84 69.96 68.92 -
System Red Green Blue C M Y K H S L
Decimal 48 193 28 0.75 0 0.85 0.24 112.73 0.75 0.43
Hex 30 C1 1C 4B 0 55 18 71 4B 2B
Octal 60 301 34 113 0 125 30 161 113 53
Binary 110000 11000001 11100 1001011 0 1010101 11000 1110001 1001011 101011

Color Harmonies of #30C11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C11C

Black with #30C11C

Text Example


Text Example

White with #30C11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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