Html Css Color HEX #30BC21 Lime Green

📋 copy color: '#30BC21'

red 48 ◦ green 188 ◦ blue 33

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

Shades of Lime Green #30BC21

Tints of Lime Green #30BC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.27%

R = 17.84%
G = 69.89%
B = 12.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#30BC21 (or 0x30BC21) is known color: Lime Green. HEX triplet: 30, BC and 21. RGB value is (48,188,33). Sum of RGB (Red+Green+Blue) = 48+188+33=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BC21 is #CF43DE. Grayscale: #808080. Windows color (decimal): -13583327 or 2210864. OLE color: 2210864.

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

Color convert

RGB 48 188 33 -
CMYK 0.74 0 0.82 0.26
HSL 114.19º 0.7% 0.43% -
HSV(B) 114.19º 0.82% 0.74% -
XYZ 19.48 36.7 7.5 -
YUV 128.47 74.12 70.6 -
System Red Green Blue C M Y K H S L
Decimal 48 188 33 0.74 0 0.82 0.26 114.19 0.7 0.43
Hex 30 BC 21 4A 0 52 1A 72 46 2B
Octal 60 274 41 112 0 122 32 162 106 53
Binary 110000 10111100 100001 1001010 0 1010010 11010 1110010 1000110 101011

Color Harmonies of #30BC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BC21

Black with #30BC21

Text Example


Text Example

White with #30BC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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