Html Css Color HEX #30BB03 Kelly Green

📋 copy color: '#30BB03'

red 48 ◦ green 187 ◦ blue 3

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

Shades of Kelly Green #30BB03

Tints of Kelly Green #30BB03

RGB

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

 GREEN value IS 187 (73.44% from 255) = 78.57%

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

R = 20.17%
G = 78.57%
B = 1.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#30BB03 (or 0x30BB03) is known color: Kelly Green. HEX triplet: 30, BB and 03. RGB value is (48,187,3). Sum of RGB (Red+Green+Blue) = 48+187+3=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 187 (73.44% from 255 or 78.57% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BB03 is #CF44FC. Grayscale: #7D7D7D. Windows color (decimal): -13583613 or 244528. OLE color: 244528.

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

Color convert

RGB 48 187 3 -
CMYK 0.74 0 0.98 0.27
HSL 105.33º 0.97% 0.37% -
HSV(B) 105.33º 0.98% 0.73% -
XYZ 19.01 36.18 6.07 -
YUV 124.46 59.45 73.46 -
System Red Green Blue C M Y K H S L
Decimal 48 187 3 0.74 0 0.98 0.27 105.33 0.97 0.37
Hex 30 BB 3 4A 0 62 1B 69 61 25
Octal 60 273 3 112 0 142 33 151 141 45
Binary 110000 10111011 11 1001010 0 1100010 11011 1101001 1100001 100101

Color Harmonies of #30BB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BB03

Black with #30BB03

Text Example


Text Example

White with #30BB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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