Html Css Color HEX #30BC03 Kelly Green

📋 copy color: '#30BC03'

red 48 ◦ green 188 ◦ blue 3

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

Shades of Kelly Green #30BC03

Tints of Kelly Green #30BC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 20.08%
G = 78.66%
B = 1.26%

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

#30BC03 (or 0x30BC03) is known color: Kelly Green. HEX triplet: 30, BC and 03. RGB value is (48,188,3). Sum of RGB (Red+Green+Blue) = 48+188+3=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 188 (73.83% from 255 or 78.66% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BC03 is #CF43FC. Grayscale: #7D7D7D. Windows color (decimal): -13583357 or 244784. OLE color: 244784.

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

Color convert

RGB 48 188 3 -
CMYK 0.74 0 0.98 0.26
HSL 105.41º 0.97% 0.37% -
HSV(B) 105.41º 0.98% 0.74% -
XYZ 19.22 36.6 6.14 -
YUV 125.05 59.12 73.04 -
System Red Green Blue C M Y K H S L
Decimal 48 188 3 0.74 0 0.98 0.26 105.41 0.97 0.37
Hex 30 BC 3 4A 0 62 1A 69 61 25
Octal 60 274 3 112 0 142 32 151 141 45
Binary 110000 10111100 11 1001010 0 1100010 11010 1101001 1100001 100101

Color Harmonies of #30BC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BC03

Black with #30BC03

Text Example


Text Example

White with #30BC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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