Html Css Color HEX #3CBF1F Kelly Green

📋 copy color: '#3CBF1F'

red 60 ◦ green 191 ◦ blue 31

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

Shades of Kelly Green #3CBF1F

Tints of Kelly Green #3CBF1F

RGB

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

 GREEN value IS 191 (75% from 255) = 67.73%

 BLUE value IS 31 (12.5% from 255) = 10.99%

R = 21.28%
G = 67.73%
B = 10.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#3CBF1F (or 0x3CBF1F) is known color: Kelly Green. HEX triplet: 3C, BF and 1F. RGB value is (60,191,31). Sum of RGB (Red+Green+Blue) = 60+191+31=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 191 (75% from 255 or 67.73% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBF1F is #C340E0. Grayscale: #868686. Windows color (decimal): -12796129 or 2080572. OLE color: 2080572.

HSL color Cylindrical-coordinate representation of color #3CBF1F: hue angle of 109.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CBF1F is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 191 31 -
CMYK 0.69 0 0.84 0.25
HSL 109.13º 0.72% 0.44% -
HSV(B) 109.13º 0.84% 0.75% -
XYZ 20.74 38.32 7.6 -
YUV 133.59 70.1 75.51 -
System Red Green Blue C M Y K H S L
Decimal 60 191 31 0.69 0 0.84 0.25 109.13 0.72 0.44
Hex 3C BF 1F 45 0 54 19 6D 48 2C
Octal 74 277 37 105 0 124 31 155 110 54
Binary 111100 10111111 11111 1000101 0 1010100 11001 1101101 1001000 101100

Color Harmonies of #3CBF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBF1F

Black with #3CBF1F

Text Example


Text Example

White with #3CBF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,191,31); }

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

background-color css

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

 a { background-color: rgb(60,191,31); }

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

border-color css

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

 span { border-color: rgb(60,191,31); }

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