Html Css Color HEX #30BC3F Lime Green

📋 copy color: '#30BC3F'

red 48 ◦ green 188 ◦ blue 63

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

Shades of Lime Green #30BC3F

Tints of Lime Green #30BC3F

RGB

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

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

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

R = 16.05%
G = 62.88%
B = 21.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#30BC3F (or 0x30BC3F) is known color: Lime Green. HEX triplet: 30, BC and 3F. RGB value is (48,188,63). Sum of RGB (Red+Green+Blue) = 48+188+63=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BC3F is #CF43C0. Grayscale: #848484. Windows color (decimal): -13583297 or 4176944. OLE color: 4176944.

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

Color convert

RGB 48 188 63 -
CMYK 0.74 0 0.66 0.26
HSL 126.43º 0.59% 0.46% -
HSV(B) 126.43º 0.74% 0.74% -
XYZ 20.1 36.95 10.78 -
YUV 131.89 89.12 68.16 -
System Red Green Blue C M Y K H S L
Decimal 48 188 63 0.74 0 0.66 0.26 126.43 0.59 0.46
Hex 30 BC 3F 4A 0 42 1A 7E 3B 2E
Octal 60 274 77 112 0 102 32 176 73 56
Binary 110000 10111100 111111 1001010 0 1000010 11010 1111110 111011 101110

Color Harmonies of #30BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BC3F

Black with #30BC3F

Text Example


Text Example

White with #30BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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