Html Css Color HEX #30D83C Lime Green

📋 copy color: '#30D83C'

red 48 ◦ green 216 ◦ blue 60

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

Shades of Lime Green #30D83C

Tints of Lime Green #30D83C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 66.67%

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 14.81%
G = 66.67%
B = 18.52%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#30D83C (or 0x30D83C) is known color: Lime Green. HEX triplet: 30, D8 and 3C. RGB value is (48,216,60). Sum of RGB (Red+Green+Blue) = 48+216+60=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 216 (84.77% from 255 or 66.67% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 216 - color contains mainly: green. Hex color #30D83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D83C is #CF27C3. Grayscale: #949494. Windows color (decimal): -13576132 or 3987504. OLE color: 3987504.

HSL color Cylindrical-coordinate representation of color #30D83C: hue angle of 124.29º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D83C is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 216 60 -
CMYK 0.78 0 0.72 0.15
HSL 124.29º 0.68% 0.52% -
HSV(B) 124.29º 0.78% 0.85% -
XYZ 26.59 50.07 12.54 -
YUV 147.98 78.34 56.68 -
System Red Green Blue C M Y K H S L
Decimal 48 216 60 0.78 0 0.72 0.15 124.29 0.68 0.52
Hex 30 D8 3C 4E 0 48 F 7C 44 34
Octal 60 330 74 116 0 110 17 174 104 64
Binary 110000 11011000 111100 1001110 0 1001000 1111 1111100 1000100 110100

Color Harmonies of #30D83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D83C

Black with #30D83C

Text Example


Text Example

White with #30D83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,216,60); }

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

background-color css

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

 a { background-color: rgb(48,216,60); }

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

border-color css

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

 span { border-color: rgb(48,216,60); }

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