Html Css Color HEX #3AAF02 Kelly Green

📋 copy color: '#3AAF02'

red 58 ◦ green 175 ◦ blue 2

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

Shades of Kelly Green #3AAF02

Tints of Kelly Green #3AAF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 24.68%
G = 74.47%
B = 0.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#3AAF02 (or 0x3AAF02) is known color: Kelly Green. HEX triplet: 3A, AF and 02. RGB value is (58,175,2). Sum of RGB (Red+Green+Blue) = 58+175+2=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 175 (68.75% from 255 or 74.47% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAF02 is #C550FD. Grayscale: #787878. Windows color (decimal): -12931326 or 175930. OLE color: 175930.

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

Color convert

RGB 58 175 2 -
CMYK 0.67 0 0.99 0.31
HSL 100.58º 0.98% 0.35% -
HSV(B) 100.58º 0.99% 0.69% -
XYZ 17.09 31.56 5.25 -
YUV 120.3 61.24 83.57 -
System Red Green Blue C M Y K H S L
Decimal 58 175 2 0.67 0 0.99 0.31 100.58 0.98 0.35
Hex 3A AF 2 43 0 63 1F 65 62 23
Octal 72 257 2 103 0 143 37 145 142 43
Binary 111010 10101111 10 1000011 0 1100011 11111 1100101 1100010 100011

Color Harmonies of #3AAF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAF02

Black with #3AAF02

Text Example


Text Example

White with #3AAF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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