Html Css Color HEX #30C208 Kelly Green

📋 copy color: '#30C208'

red 48 ◦ green 194 ◦ blue 8

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

Shades of Kelly Green #30C208

Tints of Kelly Green #30C208

RGB

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

 GREEN value IS 194 (76.17% from 255) = 77.6%

 BLUE value IS 8 (3.52% from 255) = 3.2%

R = 19.2%
G = 77.6%
B = 3.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#30C208 (or 0x30C208) is known color: Kelly Green. HEX triplet: 30, C2 and 08. RGB value is (48,194,8). Sum of RGB (Red+Green+Blue) = 48+194+8=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 194 (76.17% from 255 or 77.6% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 194 - color contains mainly: green. Hex color #30C208 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C208 is #CF3DF7. Grayscale: #818181. Windows color (decimal): -13581816 or 574000. OLE color: 574000.

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

Color convert

RGB 48 194 8 -
CMYK 0.75 0 0.96 0.24
HSL 107.1º 0.92% 0.4% -
HSV(B) 107.1º 0.96% 0.76% -
XYZ 20.55 39.23 6.72 -
YUV 129.14 59.63 70.12 -
System Red Green Blue C M Y K H S L
Decimal 48 194 8 0.75 0 0.96 0.24 107.1 0.92 0.4
Hex 30 C2 8 4B 0 60 18 6B 5C 28
Octal 60 302 10 113 0 140 30 153 134 50
Binary 110000 11000010 1000 1001011 0 1100000 11000 1101011 1011100 101000

Color Harmonies of #30C208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C208

Black with #30C208

Text Example


Text Example

White with #30C208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,194,8); }

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

background-color css

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

 a { background-color: rgb(48,194,8); }

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

border-color css

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

 span { border-color: rgb(48,194,8); }

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