Html Css Color HEX #30CD30 Lime Green

📋 copy color: '#30CD30'

red 48 ◦ green 205 ◦ blue 48

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

Shades of Lime Green #30CD30

Tints of Lime Green #30CD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 68.11%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 15.95%
G = 68.11%
B = 15.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#30CD30 (or 0x30CD30) is known color: Lime Green. HEX triplet: 30, CD and 30. RGB value is (48,205,48). Sum of RGB (Red+Green+Blue) = 48+205+48=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 205 (80.47% from 255 or 68.11% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CD30 is #CF32CF. Grayscale: #8C8C8C. Windows color (decimal): -13578960 or 3198256. OLE color: 3198256.

HSL color Cylindrical-coordinate representation of color #30CD30: hue angle of 120º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CD30 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 205 48 -
CMYK 0.77 0 0.77 0.20
HSL 120º 0.62% 0.5% -
HSV(B) 120º 0.77% 0.8% -
XYZ 23.58 44.5 10.14 -
YUV 140.16 75.99 62.27 -
System Red Green Blue C M Y K H S L
Decimal 48 205 48 0.77 0 0.77 0.20 120 0.62 0.5
Hex 30 CD 30 4D 0 4D 14 78 3E 32
Octal 60 315 60 115 0 115 24 170 76 62
Binary 110000 11001101 110000 1001101 0 1001101 10100 1111000 111110 110010

Color Harmonies of #30CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CD30

Black with #30CD30

Text Example


Text Example

White with #30CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,205,48); }

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

background-color css

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

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

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

border-color css

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

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

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