Html Css Color HEX #3AAF04 Kelly Green

📋 copy color: '#3AAF04'

red 58 ◦ green 175 ◦ blue 4

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

Shades of Kelly Green #3AAF04

Tints of Kelly Green #3AAF04

RGB

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

 GREEN value IS 175 (68.75% from 255) = 73.84%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 24.47%
G = 73.84%
B = 1.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#3AAF04 (or 0x3AAF04) is known color: Kelly Green. HEX triplet: 3A, AF and 04. RGB value is (58,175,4). Sum of RGB (Red+Green+Blue) = 58+175+4=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 175 (68.75% from 255 or 73.84% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAF04 is #C550FB. Grayscale: #797979. Windows color (decimal): -12931324 or 307002. OLE color: 307002.

HSL color Cylindrical-coordinate representation of color #3AAF04: hue angle of 101.05º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AAF04 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 175 4 -
CMYK 0.67 0 0.98 0.31
HSL 101.05º 0.96% 0.35% -
HSV(B) 101.05º 0.98% 0.69% -
XYZ 17.1 31.57 5.31 -
YUV 120.52 62.24 83.4 -
System Red Green Blue C M Y K H S L
Decimal 58 175 4 0.67 0 0.98 0.31 101.05 0.96 0.35
Hex 3A AF 4 43 0 62 1F 65 60 23
Octal 72 257 4 103 0 142 37 145 140 43
Binary 111010 10101111 100 1000011 0 1100010 11111 1100101 1100000 100011

Color Harmonies of #3AAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAF04

Black with #3AAF04

Text Example


Text Example

White with #3AAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,175,4); }

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

background-color css

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

 a { background-color: rgb(58,175,4); }

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

border-color css

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

 span { border-color: rgb(58,175,4); }

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