Html Css Color HEX #30CD3C Lime Green

📋 copy color: '#30CD3C'

red 48 ◦ green 205 ◦ blue 60

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

Shades of Lime Green #30CD3C

Tints of Lime Green #30CD3C

RGB

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

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

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

R = 15.34%
G = 65.5%
B = 19.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#30CD3C (or 0x30CD3C) is known color: Lime Green. HEX triplet: 30, CD and 3C. RGB value is (48,205,60). Sum of RGB (Red+Green+Blue) = 48+205+60=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 205 (80.47% from 255 or 65.50% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CD3C is #CF32C3. Grayscale: #8D8D8D. Windows color (decimal): -13578948 or 3984688. OLE color: 3984688.

HSL color Cylindrical-coordinate representation of color #30CD3C: hue angle of 124.59º 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 #30CD3C is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 205 60 -
CMYK 0.77 0 0.71 0.20
HSL 124.59º 0.62% 0.5% -
HSV(B) 124.59º 0.77% 0.8% -
XYZ 23.87 44.62 11.63 -
YUV 141.53 81.99 61.29 -
System Red Green Blue C M Y K H S L
Decimal 48 205 60 0.77 0 0.71 0.20 124.59 0.62 0.5
Hex 30 CD 3C 4D 0 47 14 7D 3E 32
Octal 60 315 74 115 0 107 24 175 76 62
Binary 110000 11001101 111100 1001101 0 1000111 10100 1111101 111110 110010

Color Harmonies of #30CD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CD3C

Black with #30CD3C

Text Example


Text Example

White with #30CD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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