Html Css Color HEX #30D83A Lime Green

📋 copy color: '#30D83A'

red 48 ◦ green 216 ◦ blue 58

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

Shades of Lime Green #30D83A

Tints of Lime Green #30D83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.01%

R = 14.91%
G = 67.08%
B = 18.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#30D83A (or 0x30D83A) is known color: Lime Green. HEX triplet: 30, D8 and 3A. RGB value is (48,216,58). Sum of RGB (Red+Green+Blue) = 48+216+58=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 216 (84.77% from 255 or 67.08% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 216 - color contains mainly: green. Hex color #30D83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D83A is #CF27C5. Grayscale: #949494. Windows color (decimal): -13576134 or 3856432. OLE color: 3856432.

HSL color Cylindrical-coordinate representation of color #30D83A: hue angle of 123.57º 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 #30D83A is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 216 58 -
CMYK 0.78 0 0.73 0.15
HSL 123.57º 0.68% 0.52% -
HSV(B) 123.57º 0.78% 0.85% -
XYZ 26.54 50.05 12.26 -
YUV 147.76 77.34 56.85 -
System Red Green Blue C M Y K H S L
Decimal 48 216 58 0.78 0 0.73 0.15 123.57 0.68 0.52
Hex 30 D8 3A 4E 0 49 F 7C 44 34
Octal 60 330 72 116 0 111 17 174 104 64
Binary 110000 11011000 111010 1001110 0 1001001 1111 1111100 1000100 110100

Color Harmonies of #30D83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D83A

Black with #30D83A

Text Example


Text Example

White with #30D83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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