Html Css Color HEX #30C812 Kelly Green

📋 copy color: '#30C812'

red 48 ◦ green 200 ◦ blue 18

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

Shades of Kelly Green #30C812

Tints of Kelly Green #30C812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 18.05%
G = 75.19%
B = 6.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#30C812 (or 0x30C812) is known color: Kelly Green. HEX triplet: 30, C8 and 12. RGB value is (48,200,18). Sum of RGB (Red+Green+Blue) = 48+200+18=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 200 (78.52% from 255 or 75.19% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 200 - color contains mainly: green. Hex color #30C812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C812 is #CF37ED. Grayscale: #868686. Windows color (decimal): -13580270 or 1230896. OLE color: 1230896.

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

Color convert

RGB 48 200 18 -
CMYK 0.76 0 0.91 0.22
HSL 110.11º 0.83% 0.43% -
HSV(B) 110.11º 0.91% 0.78% -
XYZ 21.98 41.98 7.52 -
YUV 133.8 62.64 66.8 -
System Red Green Blue C M Y K H S L
Decimal 48 200 18 0.76 0 0.91 0.22 110.11 0.83 0.43
Hex 30 C8 12 4C 0 5B 16 6E 53 2B
Octal 60 310 22 114 0 133 26 156 123 53
Binary 110000 11001000 10010 1001100 0 1011011 10110 1101110 1010011 101011

Color Harmonies of #30C812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C812

Black with #30C812

Text Example


Text Example

White with #30C812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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