Html Css Color HEX #30D63B Lime Green

📋 copy color: '#30D63B'

red 48 ◦ green 214 ◦ blue 59

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

Shades of Lime Green #30D63B

Tints of Lime Green #30D63B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 66.67%

 BLUE value IS 59 (23.44% from 255) = 18.38%

R = 14.95%
G = 66.67%
B = 18.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#30D63B (or 0x30D63B) is known color: Lime Green. HEX triplet: 30, D6 and 3B. RGB value is (48,214,59). Sum of RGB (Red+Green+Blue) = 48+214+59=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 214 (83.98% from 255 or 66.67% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 214 - color contains mainly: green. Hex color #30D63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D63B is #CF29C4. Grayscale: #939393. Windows color (decimal): -13576645 or 3921456. OLE color: 3921456.

HSL color Cylindrical-coordinate representation of color #30D63B: hue angle of 123.98º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D63B is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 59 -
CMYK 0.78 0 0.72 0.16
HSL 123.98º 0.67% 0.51% -
HSV(B) 123.98º 0.78% 0.84% -
XYZ 26.05 49.04 12.23 -
YUV 146.7 78.5 57.6 -
System Red Green Blue C M Y K H S L
Decimal 48 214 59 0.78 0 0.72 0.16 123.98 0.67 0.51
Hex 30 D6 3B 4E 0 48 10 7C 43 33
Octal 60 326 73 116 0 110 20 174 103 63
Binary 110000 11010110 111011 1001110 0 1001000 10000 1111100 1000011 110011

Color Harmonies of #30D63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D63B

Black with #30D63B

Text Example


Text Example

White with #30D63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,214,59); }

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

background-color css

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

 a { background-color: rgb(48,214,59); }

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

border-color css

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

 span { border-color: rgb(48,214,59); }

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