Html Css Color HEX #30C31C Lime Green

📋 copy color: '#30C31C'

red 48 ◦ green 195 ◦ blue 28

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

Shades of Lime Green #30C31C

Tints of Lime Green #30C31C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 71.96%

 BLUE value IS 28 (11.33% from 255) = 10.33%

R = 17.71%
G = 71.96%
B = 10.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#30C31C (or 0x30C31C) is known color: Lime Green. HEX triplet: 30, C3 and 1C. RGB value is (48,195,28). Sum of RGB (Red+Green+Blue) = 48+195+28=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 195 (76.56% from 255 or 71.96% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 195 - color contains mainly: green. Hex color #30C31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C31C is #CF3CE3. Grayscale: #848484. Windows color (decimal): -13581540 or 1884976. OLE color: 1884976.

HSL color Cylindrical-coordinate representation of color #30C31C: hue angle of 112.81º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30C31C is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 195 28 -
CMYK 0.75 0 0.86 0.24
HSL 112.81º 0.75% 0.44% -
HSV(B) 112.81º 0.86% 0.76% -
XYZ 20.94 39.74 7.67 -
YUV 132.01 69.3 68.08 -
System Red Green Blue C M Y K H S L
Decimal 48 195 28 0.75 0 0.86 0.24 112.81 0.75 0.44
Hex 30 C3 1C 4B 0 56 18 71 4B 2C
Octal 60 303 34 113 0 126 30 161 113 54
Binary 110000 11000011 11100 1001011 0 1010110 11000 1110001 1001011 101100

Color Harmonies of #30C31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C31C

Black with #30C31C

Text Example


Text Example

White with #30C31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,195,28); }

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

background-color css

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

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

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

border-color css

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

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

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