Html Css Color HEX #30C002 Kelly Green

📋 copy color: '#30C002'

red 48 ◦ green 192 ◦ blue 2

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

Shades of Kelly Green #30C002

Tints of Kelly Green #30C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 79.34%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 19.83%
G = 79.34%
B = 0.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#30C002 (or 0x30C002) is known color: Kelly Green. HEX triplet: 30, C0 and 02. RGB value is (48,192,2). Sum of RGB (Red+Green+Blue) = 48+192+2=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 192 (75.39% from 255 or 79.34% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 192 - color contains mainly: green. Hex color #30C002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C002 is #CF3FFD. Grayscale: #7F7F7F. Windows color (decimal): -13582334 or 180272. OLE color: 180272.

HSL color Cylindrical-coordinate representation of color #30C002: hue angle of 105.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30C002 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 192 2 -
CMYK 0.75 0 0.99 0.25
HSL 105.47º 0.98% 0.38% -
HSV(B) 105.47º 0.99% 0.75% -
XYZ 20.08 38.33 6.4 -
YUV 127.28 57.29 71.45 -
System Red Green Blue C M Y K H S L
Decimal 48 192 2 0.75 0 0.99 0.25 105.47 0.98 0.38
Hex 30 C0 2 4B 0 63 19 69 62 26
Octal 60 300 2 113 0 143 31 151 142 46
Binary 110000 11000000 10 1001011 0 1100011 11001 1101001 1100010 100110

Color Harmonies of #30C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C002

Black with #30C002

Text Example


Text Example

White with #30C002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,192,2); }

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

background-color css

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

 a { background-color: rgb(48,192,2); }

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

border-color css

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

 span { border-color: rgb(48,192,2); }

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