Html Css Color HEX #4BCC14 Kelly Green

📋 copy color: '#4BCC14'

red 75 ◦ green 204 ◦ blue 20

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

Shades of Kelly Green #4BCC14

Tints of Kelly Green #4BCC14

RGB

 RED value IS 75 (29.69% from 255) = 25.08%

 GREEN value IS 204 (80.08% from 255) = 68.23%

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 25.08%
G = 68.23%
B = 6.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#4BCC14 (or 0x4BCC14) is known color: Kelly Green. HEX triplet: 4B, CC and 14. RGB value is (75,204,20). Sum of RGB (Red+Green+Blue) = 75+204+20=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 204 (80.08% from 255 or 68.23% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BCC14 is #B433EB. Grayscale: #919191. Windows color (decimal): -11809772 or 1363019. OLE color: 1363019.

HSL color Cylindrical-coordinate representation of color #4BCC14: hue angle of 102.07º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4BCC14 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 204 20 -
CMYK 0.63 0 0.90 0.2
HSL 102.07º 0.82% 0.44% -
HSV(B) 102.07º 0.9% 0.8% -
XYZ 24.62 44.73 8 -
YUV 144.45 57.76 78.46 -
System Red Green Blue C M Y K H S L
Decimal 75 204 20 0.63 0 0.90 0.2 102.07 0.82 0.44
Hex 4B CC 14 3F 0 5A 14 66 52 2C
Octal 113 314 24 77 0 132 24 146 122 54
Binary 1001011 11001100 10100 111111 0 1011010 10100 1100110 1010010 101100

Color Harmonies of #4BCC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCC14

Black with #4BCC14

Text Example


Text Example

White with #4BCC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BCC14; }

 p { color: rgb(75,204,20); }

 H1.HeaderClassName
 {
   color: #4BCC14;
 }
 .AnyTagClassName
 {
   color: #4BCC14;
 }
</style>

background-color css

<style>
 a { background-color: #4BCC14; }

 a { background-color: rgb(75,204,20); }

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

border-color css

<style>
 span { border-color: #4BCC14; }

 span { border-color: rgb(75,204,20); }

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