Html Css Color HEX #3ACF13 Kelly Green

📋 copy color: '#3ACF13'

red 58 ◦ green 207 ◦ blue 19

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

Shades of Kelly Green #3ACF13

Tints of Kelly Green #3ACF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.69%

R = 20.42%
G = 72.89%
B = 6.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#3ACF13 (or 0x3ACF13) is known color: Kelly Green. HEX triplet: 3A, CF and 13. RGB value is (58,207,19). Sum of RGB (Red+Green+Blue) = 58+207+19=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 207 (81.25% from 255 or 72.89% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACF13 is #C530EC. Grayscale: #8D8D8D. Windows color (decimal): -12923117 or 1298234. OLE color: 1298234.

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

Color convert

RGB 58 207 19 -
CMYK 0.72 0 0.91 0.19
HSL 107.55º 0.83% 0.44% -
HSV(B) 107.55º 0.91% 0.81% -
XYZ 24.18 45.57 8.14 -
YUV 141.02 59.14 68.79 -
System Red Green Blue C M Y K H S L
Decimal 58 207 19 0.72 0 0.91 0.19 107.55 0.83 0.44
Hex 3A CF 13 48 0 5B 13 6C 53 2C
Octal 72 317 23 110 0 133 23 154 123 54
Binary 111010 11001111 10011 1001000 0 1011011 10011 1101100 1010011 101100

Color Harmonies of #3ACF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACF13

Black with #3ACF13

Text Example


Text Example

White with #3ACF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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