Html Css Color HEX #4ACF00 Kelly Green

📋 copy color: '#4ACF00'

red 74 ◦ green 207 ◦ blue 0

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

Shades of Kelly Green #4ACF00

Tints of Kelly Green #4ACF00

RGB

 RED value IS 74 (29.3% from 255) = 26.33%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.33%
G = 73.67%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#4ACF00 (or 0x4ACF00) is known color: Kelly Green. HEX triplet: 4A, CF and 00. RGB value is (74,207,0). Sum of RGB (Red+Green+Blue) = 74+207+0=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACF00 is #B530FF. Grayscale: #909090. Windows color (decimal): -11874560 or 53066. OLE color: 53066.

HSL color Cylindrical-coordinate representation of color #4ACF00: hue angle of 98.55º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4ACF00 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 207 0 -
CMYK 0.64 0 1 0.19
HSL 98.55º 1% 0.41% -
HSV(B) 98.55º 1% 0.81% -
XYZ 25.14 46.08 7.57 -
YUV 143.64 46.94 78.33 -
System Red Green Blue C M Y K H S L
Decimal 74 207 0 0.64 0 1 0.19 98.55 1 0.41
Hex 4A CF 0 40 0 64 13 63 64 29
Octal 112 317 0 100 0 144 23 143 144 51
Binary 1001010 11001111 0 1000000 0 1100100 10011 1100011 1100100 101001

Color Harmonies of #4ACF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACF00

Black with #4ACF00

Text Example


Text Example

White with #4ACF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,207,0); }

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

background-color css

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

 a { background-color: rgb(74,207,0); }

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

border-color css

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

 span { border-color: rgb(74,207,0); }

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