Html Css Color HEX #48CF27 Kelly Green

📋 copy color: '#48CF27'

red 72 ◦ green 207 ◦ blue 39

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

Shades of Kelly Green #48CF27

Tints of Kelly Green #48CF27

RGB

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

 GREEN value IS 207 (81.25% from 255) = 65.09%

 BLUE value IS 39 (15.63% from 255) = 12.26%

R = 22.64%
G = 65.09%
B = 12.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#48CF27 (or 0x48CF27) is known color: Kelly Green. HEX triplet: 48, CF and 27. RGB value is (72,207,39). Sum of RGB (Red+Green+Blue) = 72+207+39=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 207 (81.25% from 255 or 65.09% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CF27 is #B730D8. Grayscale: #949494. Windows color (decimal): -12005593 or 2608968. OLE color: 2608968.

HSL color Cylindrical-coordinate representation of color #48CF27: hue angle of 108.21º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48CF27 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 207 39 -
CMYK 0.65 0 0.81 0.19
HSL 108.21º 0.68% 0.48% -
HSV(B) 108.21º 0.81% 0.81% -
XYZ 25.35 46.15 9.49 -
YUV 147.48 66.77 74.16 -
System Red Green Blue C M Y K H S L
Decimal 72 207 39 0.65 0 0.81 0.19 108.21 0.68 0.48
Hex 48 CF 27 41 0 51 13 6C 44 30
Octal 110 317 47 101 0 121 23 154 104 60
Binary 1001000 11001111 100111 1000001 0 1010001 10011 1101100 1000100 110000

Color Harmonies of #48CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF27

Black with #48CF27

Text Example


Text Example

White with #48CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,207,39); }

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

background-color css

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

 a { background-color: rgb(72,207,39); }

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

border-color css

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

 span { border-color: rgb(72,207,39); }

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