Html Css Color HEX #48C003 Kelly Green

📋 copy color: '#48C003'

red 72 ◦ green 192 ◦ blue 3

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

Shades of Kelly Green #48C003

Tints of Kelly Green #48C003

RGB

 RED value IS 72 (28.52% from 255) = 26.97%

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

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

R = 26.97%
G = 71.91%
B = 1.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#48C003 (or 0x48C003) is known color: Kelly Green. HEX triplet: 48, C0 and 03. RGB value is (72,192,3). Sum of RGB (Red+Green+Blue) = 72+192+3=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 192 (75.39% from 255 or 71.91% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 192 - color contains mainly: green. Hex color #48C003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C003 is #B73FFC. Grayscale: #878787. Windows color (decimal): -12009469 or 245832. OLE color: 245832.

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

Color convert

RGB 72 192 3 -
CMYK 0.63 0 0.98 0.25
HSL 98.1º 0.97% 0.38% -
HSV(B) 98.1º 0.98% 0.75% -
XYZ 21.54 39.08 6.49 -
YUV 134.57 53.74 83.37 -
System Red Green Blue C M Y K H S L
Decimal 72 192 3 0.63 0 0.98 0.25 98.1 0.97 0.38
Hex 48 C0 3 3F 0 62 19 62 61 26
Octal 110 300 3 77 0 142 31 142 141 46
Binary 1001000 11000000 11 111111 0 1100010 11001 1100010 1100001 100110

Color Harmonies of #48C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C003

Black with #48C003

Text Example


Text Example

White with #48C003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48C003; }

 p { color: rgb(72,192,3); }

 H1.HeaderClassName
 {
   color: #48C003;
 }
 .AnyTagClassName
 {
   color: #48C003;
 }
</style>

background-color css

<style>
 a { background-color: #48C003; }

 a { background-color: rgb(72,192,3); }

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

border-color css

<style>
 span { border-color: #48C003; }

 span { border-color: rgb(72,192,3); }

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