Html Css Color HEX #30C813 Kelly Green

📋 copy color: '#30C813'

red 48 ◦ green 200 ◦ blue 19

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

Shades of Kelly Green #30C813

Tints of Kelly Green #30C813

RGB

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

 GREEN value IS 200 (78.52% from 255) = 74.91%

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 17.98%
G = 74.91%
B = 7.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#30C813 (or 0x30C813) is known color: Kelly Green. HEX triplet: 30, C8 and 13. RGB value is (48,200,19). Sum of RGB (Red+Green+Blue) = 48+200+19=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 200 (78.52% from 255 or 74.91% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 200 - color contains mainly: green. Hex color #30C813 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C813 is #CF37EC. Grayscale: #868686. Windows color (decimal): -13580269 or 1296432. OLE color: 1296432.

HSL color Cylindrical-coordinate representation of color #30C813: hue angle of 110.39º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30C813 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 200 19 -
CMYK 0.76 0 0.90 0.22
HSL 110.39º 0.83% 0.43% -
HSV(B) 110.39º 0.91% 0.78% -
XYZ 21.99 41.98 7.56 -
YUV 133.92 63.14 66.72 -
System Red Green Blue C M Y K H S L
Decimal 48 200 19 0.76 0 0.90 0.22 110.39 0.83 0.43
Hex 30 C8 13 4C 0 5A 16 6E 53 2B
Octal 60 310 23 114 0 132 26 156 123 53
Binary 110000 11001000 10011 1001100 0 1011010 10110 1101110 1010011 101011

Color Harmonies of #30C813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C813

Black with #30C813

Text Example


Text Example

White with #30C813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,200,19); }

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

background-color css

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

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

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

border-color css

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

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

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