Html Css Color HEX #30D33A Lime Green

📋 copy color: '#30D33A'

red 48 ◦ green 211 ◦ blue 58

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

Shades of Lime Green #30D33A

Tints of Lime Green #30D33A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 66.56%

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

R = 15.14%
G = 66.56%
B = 18.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#30D33A (or 0x30D33A) is known color: Lime Green. HEX triplet: 30, D3 and 3A. RGB value is (48,211,58). Sum of RGB (Red+Green+Blue) = 48+211+58=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 211 (82.81% from 255 or 66.56% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 211 - color contains mainly: green. Hex color #30D33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D33A is #CF2CC5. Grayscale: #919191. Windows color (decimal): -13577414 or 3855152. OLE color: 3855152.

HSL color Cylindrical-coordinate representation of color #30D33A: hue angle of 123.68º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D33A is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 211 58 -
CMYK 0.77 0 0.73 0.17
HSL 123.68º 0.65% 0.51% -
HSV(B) 123.68º 0.77% 0.83% -
XYZ 25.28 47.52 11.84 -
YUV 144.82 79 58.94 -
System Red Green Blue C M Y K H S L
Decimal 48 211 58 0.77 0 0.73 0.17 123.68 0.65 0.51
Hex 30 D3 3A 4D 0 49 11 7C 41 33
Octal 60 323 72 115 0 111 21 174 101 63
Binary 110000 11010011 111010 1001101 0 1001001 10001 1111100 1000001 110011

Color Harmonies of #30D33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D33A

Black with #30D33A

Text Example


Text Example

White with #30D33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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