Html Css Color HEX #30CD31 Lime Green

📋 copy color: '#30CD31'

red 48 ◦ green 205 ◦ blue 49

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

Shades of Lime Green #30CD31

Tints of Lime Green #30CD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.23%

R = 15.89%
G = 67.88%
B = 16.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#30CD31 (or 0x30CD31) is known color: Lime Green. HEX triplet: 30, CD and 31. RGB value is (48,205,49). Sum of RGB (Red+Green+Blue) = 48+205+49=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 205 (80.47% from 255 or 67.88% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CD31 is #CF32CE. Grayscale: #8C8C8C. Windows color (decimal): -13578959 or 3263792. OLE color: 3263792.

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

Color convert

RGB 48 205 49 -
CMYK 0.77 0 0.76 0.20
HSL 120.38º 0.62% 0.5% -
HSV(B) 120.38º 0.77% 0.8% -
XYZ 23.6 44.51 10.25 -
YUV 140.27 76.49 62.18 -
System Red Green Blue C M Y K H S L
Decimal 48 205 49 0.77 0 0.76 0.20 120.38 0.62 0.5
Hex 30 CD 31 4D 0 4C 14 78 3E 32
Octal 60 315 61 115 0 114 24 170 76 62
Binary 110000 11001101 110001 1001101 0 1001100 10100 1111000 111110 110010

Color Harmonies of #30CD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CD31

Black with #30CD31

Text Example


Text Example

White with #30CD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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