Html Css Color HEX #30C317 Lime Green

📋 copy color: '#30C317'

red 48 ◦ green 195 ◦ blue 23

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

Shades of Lime Green #30C317

Tints of Lime Green #30C317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.65%

R = 18.05%
G = 73.31%
B = 8.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#30C317 (or 0x30C317) is known color: Lime Green. HEX triplet: 30, C3 and 17. RGB value is (48,195,23). Sum of RGB (Red+Green+Blue) = 48+195+23=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 195 (76.56% from 255 or 73.31% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 195 - color contains mainly: green. Hex color #30C317 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C317 is #CF3CE8. Grayscale: #838383. Windows color (decimal): -13581545 or 1557296. OLE color: 1557296.

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

Color convert

RGB 48 195 23 -
CMYK 0.75 0 0.88 0.24
HSL 111.28º 0.79% 0.43% -
HSV(B) 111.28º 0.88% 0.76% -
XYZ 20.89 39.72 7.38 -
YUV 131.44 66.8 68.49 -
System Red Green Blue C M Y K H S L
Decimal 48 195 23 0.75 0 0.88 0.24 111.28 0.79 0.43
Hex 30 C3 17 4B 0 58 18 6F 4F 2B
Octal 60 303 27 113 0 130 30 157 117 53
Binary 110000 11000011 10111 1001011 0 1011000 11000 1101111 1001111 101011

Color Harmonies of #30C317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C317

Black with #30C317

Text Example


Text Example

White with #30C317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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