Html Css Color HEX #30BC04 Kelly Green

📋 copy color: '#30BC04'

red 48 ◦ green 188 ◦ blue 4

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

Shades of Kelly Green #30BC04

Tints of Kelly Green #30BC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 78.33%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 20%
G = 78.33%
B = 1.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#30BC04 (or 0x30BC04) is known color: Kelly Green. HEX triplet: 30, BC and 04. RGB value is (48,188,4). Sum of RGB (Red+Green+Blue) = 48+188+4=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 188 (73.83% from 255 or 78.33% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BC04 is #CF43FB. Grayscale: #7D7D7D. Windows color (decimal): -13583356 or 310320. OLE color: 310320.

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

Color convert

RGB 48 188 4 -
CMYK 0.74 0 0.98 0.26
HSL 105.65º 0.96% 0.38% -
HSV(B) 105.65º 0.98% 0.74% -
XYZ 19.22 36.6 6.17 -
YUV 125.16 59.62 72.96 -
System Red Green Blue C M Y K H S L
Decimal 48 188 4 0.74 0 0.98 0.26 105.65 0.96 0.38
Hex 30 BC 4 4A 0 62 1A 6A 60 26
Octal 60 274 4 112 0 142 32 152 140 46
Binary 110000 10111100 100 1001010 0 1100010 11010 1101010 1100000 100110

Color Harmonies of #30BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BC04

Black with #30BC04

Text Example


Text Example

White with #30BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,188,4); }

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

background-color css

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

 a { background-color: rgb(48,188,4); }

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

border-color css

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

 span { border-color: rgb(48,188,4); }

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