Html Css Color HEX #30BC1A Lime Green

📋 copy color: '#30BC1A'

red 48 ◦ green 188 ◦ blue 26

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

Shades of Lime Green #30BC1A

Tints of Lime Green #30BC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 71.76%

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

R = 18.32%
G = 71.76%
B = 9.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#30BC1A (or 0x30BC1A) is known color: Lime Green. HEX triplet: 30, BC and 1A. RGB value is (48,188,26). Sum of RGB (Red+Green+Blue) = 48+188+26=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 188 (73.83% from 255 or 71.76% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BC1A is #CF43E5. Grayscale: #808080. Windows color (decimal): -13583334 or 1752112. OLE color: 1752112.

HSL color Cylindrical-coordinate representation of color #30BC1A: hue angle of 111.85º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30BC1A is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 188 26 -
CMYK 0.74 0 0.86 0.26
HSL 111.85º 0.76% 0.42% -
HSV(B) 111.85º 0.86% 0.74% -
XYZ 19.39 36.67 7.03 -
YUV 127.67 70.62 71.17 -
System Red Green Blue C M Y K H S L
Decimal 48 188 26 0.74 0 0.86 0.26 111.85 0.76 0.42
Hex 30 BC 1A 4A 0 56 1A 70 4C 2A
Octal 60 274 32 112 0 126 32 160 114 52
Binary 110000 10111100 11010 1001010 0 1010110 11010 1110000 1001100 101010

Color Harmonies of #30BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BC1A

Black with #30BC1A

Text Example


Text Example

White with #30BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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