Html Css Color HEX #48C30C Kelly Green

📋 copy color: '#48C30C'

red 72 ◦ green 195 ◦ blue 12

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

Shades of Kelly Green #48C30C

Tints of Kelly Green #48C30C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 69.89%

 BLUE value IS 12 (5.08% from 255) = 4.3%

R = 25.81%
G = 69.89%
B = 4.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#48C30C (or 0x48C30C) is known color: Kelly Green. HEX triplet: 48, C3 and 0C. RGB value is (72,195,12). Sum of RGB (Red+Green+Blue) = 72+195+12=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 195 (76.56% from 255 or 69.89% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 195 - color contains mainly: green. Hex color #48C30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C30C is #B73CF3. Grayscale: #898989. Windows color (decimal): -12008692 or 836424. OLE color: 836424.

HSL color Cylindrical-coordinate representation of color #48C30C: hue angle of 100.33º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48C30C is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 195 12 -
CMYK 0.63 0 0.94 0.24
HSL 100.33º 0.88% 0.41% -
HSV(B) 100.33º 0.94% 0.76% -
XYZ 22.25 40.43 6.98 -
YUV 137.36 57.25 81.38 -
System Red Green Blue C M Y K H S L
Decimal 72 195 12 0.63 0 0.94 0.24 100.33 0.88 0.41
Hex 48 C3 C 3F 0 5E 18 64 58 29
Octal 110 303 14 77 0 136 30 144 130 51
Binary 1001000 11000011 1100 111111 0 1011110 11000 1100100 1011000 101001

Color Harmonies of #48C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C30C

Black with #48C30C

Text Example


Text Example

White with #48C30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,195,12); }

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

background-color css

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

 a { background-color: rgb(72,195,12); }

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

border-color css

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

 span { border-color: rgb(72,195,12); }

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