Html Css Color HEX #48CB04 Kelly Green

📋 copy color: '#48CB04'

red 72 ◦ green 203 ◦ blue 4

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

Shades of Kelly Green #48CB04

Tints of Kelly Green #48CB04

RGB

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

 GREEN value IS 203 (79.69% from 255) = 72.76%

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

R = 25.81%
G = 72.76%
B = 1.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#48CB04 (or 0x48CB04) is known color: Kelly Green. HEX triplet: 48, CB and 04. RGB value is (72,203,4). Sum of RGB (Red+Green+Blue) = 72+203+4=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CB04 is #B734FB. Grayscale: #8D8D8D. Windows color (decimal): -12006652 or 314184. OLE color: 314184.

HSL color Cylindrical-coordinate representation of color #48CB04: hue angle of 99.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48CB04 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 203 4 -
CMYK 0.65 0 0.98 0.20
HSL 99.5º 0.96% 0.41% -
HSV(B) 99.5º 0.98% 0.8% -
XYZ 24.05 44.1 7.36 -
YUV 141.15 50.6 78.68 -
System Red Green Blue C M Y K H S L
Decimal 72 203 4 0.65 0 0.98 0.20 99.5 0.96 0.41
Hex 48 CB 4 41 0 62 14 63 60 29
Octal 110 313 4 101 0 142 24 143 140 51
Binary 1001000 11001011 100 1000001 0 1100010 10100 1100011 1100000 101001

Color Harmonies of #48CB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CB04

Black with #48CB04

Text Example


Text Example

White with #48CB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,203,4); }

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

background-color css

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

 a { background-color: rgb(72,203,4); }

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

border-color css

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

 span { border-color: rgb(72,203,4); }

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