Html Css Color HEX #48CB02 Kelly Green

📋 copy color: '#48CB02'

red 72 ◦ green 203 ◦ blue 2

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

Shades of Kelly Green #48CB02

Tints of Kelly Green #48CB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 25.99%
G = 73.29%
B = 0.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#48CB02 (or 0x48CB02) is known color: Kelly Green. HEX triplet: 48, CB and 02. RGB value is (72,203,2). Sum of RGB (Red+Green+Blue) = 72+203+2=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 203 (79.69% from 255 or 73.29% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CB02 is #B734FD. Grayscale: #8D8D8D. Windows color (decimal): -12006654 or 183112. OLE color: 183112.

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

Color convert

RGB 72 203 2 -
CMYK 0.65 0 0.99 0.20
HSL 99.1º 0.98% 0.4% -
HSV(B) 99.1º 0.99% 0.8% -
XYZ 24.04 44.09 7.3 -
YUV 140.92 49.6 78.84 -
System Red Green Blue C M Y K H S L
Decimal 72 203 2 0.65 0 0.99 0.20 99.1 0.98 0.4
Hex 48 CB 2 41 0 63 14 63 62 28
Octal 110 313 2 101 0 143 24 143 142 50
Binary 1001000 11001011 10 1000001 0 1100011 10100 1100011 1100010 101000

Color Harmonies of #48CB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CB02

Black with #48CB02

Text Example


Text Example

White with #48CB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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