Html Css Color HEX #48CB1F Kelly Green

📋 copy color: '#48CB1F'

red 72 ◦ green 203 ◦ blue 31

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

Shades of Kelly Green #48CB1F

Tints of Kelly Green #48CB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.13%

R = 23.53%
G = 66.34%
B = 10.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#48CB1F (or 0x48CB1F) is known color: Kelly Green. HEX triplet: 48, CB and 1F. RGB value is (72,203,31). Sum of RGB (Red+Green+Blue) = 72+203+31=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 203 (79.69% from 255 or 66.34% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CB1F is #B734E0. Grayscale: #909090. Windows color (decimal): -12006625 or 2083656. OLE color: 2083656.

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

Color convert

RGB 72 203 31 -
CMYK 0.65 0 0.85 0.20
HSL 105.7º 0.74% 0.46% -
HSV(B) 105.7º 0.85% 0.8% -
XYZ 24.28 44.19 8.55 -
YUV 144.22 64.1 76.49 -
System Red Green Blue C M Y K H S L
Decimal 72 203 31 0.65 0 0.85 0.20 105.7 0.74 0.46
Hex 48 CB 1F 41 0 55 14 6A 4A 2E
Octal 110 313 37 101 0 125 24 152 112 56
Binary 1001000 11001011 11111 1000001 0 1010101 10100 1101010 1001010 101110

Color Harmonies of #48CB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CB1F

Black with #48CB1F

Text Example


Text Example

White with #48CB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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