Html Css Color HEX #30BA3F Lime Green

📋 copy color: '#30BA3F'

red 48 ◦ green 186 ◦ blue 63

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

Shades of Lime Green #30BA3F

Tints of Lime Green #30BA3F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.63%

 BLUE value IS 63 (25% from 255) = 21.21%

R = 16.16%
G = 62.63%
B = 21.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#30BA3F (or 0x30BA3F) is known color: Lime Green. HEX triplet: 30, BA and 3F. RGB value is (48,186,63). Sum of RGB (Red+Green+Blue) = 48+186+63=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA3F is #CF45C0. Grayscale: #838383. Windows color (decimal): -13583809 or 4176432. OLE color: 4176432.

HSL color Cylindrical-coordinate representation of color #30BA3F: hue angle of 126.52º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA3F is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 186 63 -
CMYK 0.74 0 0.66 0.27
HSL 126.52º 0.59% 0.46% -
HSV(B) 126.52º 0.74% 0.73% -
XYZ 19.68 36.11 10.63 -
YUV 130.72 89.78 69 -
System Red Green Blue C M Y K H S L
Decimal 48 186 63 0.74 0 0.66 0.27 126.52 0.59 0.46
Hex 30 BA 3F 4A 0 42 1B 7F 3B 2E
Octal 60 272 77 112 0 102 33 177 73 56
Binary 110000 10111010 111111 1001010 0 1000010 11011 1111111 111011 101110

Color Harmonies of #30BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA3F

Black with #30BA3F

Text Example


Text Example

White with #30BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,186,63); }

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

background-color css

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

 a { background-color: rgb(48,186,63); }

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

border-color css

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

 span { border-color: rgb(48,186,63); }

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