Html Css Color HEX #3ACF16 Kelly Green

📋 copy color: '#3ACF16'

red 58 ◦ green 207 ◦ blue 22

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

Shades of Kelly Green #3ACF16

Tints of Kelly Green #3ACF16

RGB

 RED value IS 58 (23.05% from 255) = 20.21%

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

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 20.21%
G = 72.13%
B = 7.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#3ACF16 (or 0x3ACF16) is known color: Kelly Green. HEX triplet: 3A, CF and 16. RGB value is (58,207,22). Sum of RGB (Red+Green+Blue) = 58+207+22=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 207 (81.25% from 255 or 72.13% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACF16 is #C530E9. Grayscale: #8D8D8D. Windows color (decimal): -12923114 or 1494842. OLE color: 1494842.

HSL color Cylindrical-coordinate representation of color #3ACF16: hue angle of 108.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3ACF16 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 207 22 -
CMYK 0.72 0 0.89 0.19
HSL 108.32º 0.81% 0.45% -
HSV(B) 108.32º 0.89% 0.81% -
XYZ 24.2 45.58 8.28 -
YUV 141.36 60.64 68.54 -
System Red Green Blue C M Y K H S L
Decimal 58 207 22 0.72 0 0.89 0.19 108.32 0.81 0.45
Hex 3A CF 16 48 0 59 13 6C 51 2D
Octal 72 317 26 110 0 131 23 154 121 55
Binary 111010 11001111 10110 1001000 0 1011001 10011 1101100 1010001 101101

Color Harmonies of #3ACF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACF16

Black with #3ACF16

Text Example


Text Example

White with #3ACF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ACF16; }

 p { color: rgb(58,207,22); }

 H1.HeaderClassName
 {
   color: #3ACF16;
 }
 .AnyTagClassName
 {
   color: #3ACF16;
 }
</style>

background-color css

<style>
 a { background-color: #3ACF16; }

 a { background-color: rgb(58,207,22); }

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

border-color css

<style>
 span { border-color: #3ACF16; }

 span { border-color: rgb(58,207,22); }

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