Html Css Color HEX #3CAF07 Kelly Green

📋 copy color: '#3CAF07'

red 60 ◦ green 175 ◦ blue 7

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

Shades of Kelly Green #3CAF07

Tints of Kelly Green #3CAF07

RGB

 RED value IS 60 (23.83% from 255) = 24.79%

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

 BLUE value IS 7 (3.13% from 255) = 2.89%

R = 24.79%
G = 72.31%
B = 2.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#3CAF07 (or 0x3CAF07) is known color: Kelly Green. HEX triplet: 3C, AF and 07. RGB value is (60,175,7). Sum of RGB (Red+Green+Blue) = 60+175+7=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 175 (68.75% from 255 or 72.31% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAF07 is #C350F8. Grayscale: #7A7A7A. Windows color (decimal): -12800249 or 503612. OLE color: 503612.

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

Color convert

RGB 60 175 7 -
CMYK 0.66 0 0.96 0.31
HSL 101.07º 0.92% 0.36% -
HSV(B) 101.07º 0.96% 0.69% -
XYZ 17.23 31.64 5.4 -
YUV 121.46 63.4 84.16 -
System Red Green Blue C M Y K H S L
Decimal 60 175 7 0.66 0 0.96 0.31 101.07 0.92 0.36
Hex 3C AF 7 42 0 60 1F 65 5C 24
Octal 74 257 7 102 0 140 37 145 134 44
Binary 111100 10101111 111 1000010 0 1100000 11111 1100101 1011100 100100

Color Harmonies of #3CAF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAF07

Black with #3CAF07

Text Example


Text Example

White with #3CAF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,175,7); }

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

background-color css

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

 a { background-color: rgb(60,175,7); }

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

border-color css

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

 span { border-color: rgb(60,175,7); }

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