Html Css Color HEX #3BCF12 Kelly Green

📋 copy color: '#3BCF12'

red 59 ◦ green 207 ◦ blue 18

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

Shades of Kelly Green #3BCF12

Tints of Kelly Green #3BCF12

RGB

 RED value IS 59 (23.44% from 255) = 20.77%

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

 BLUE value IS 18 (7.42% from 255) = 6.34%

R = 20.77%
G = 72.89%
B = 6.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#3BCF12 (or 0x3BCF12) is known color: Kelly Green. HEX triplet: 3B, CF and 12. RGB value is (59,207,18). Sum of RGB (Red+Green+Blue) = 59+207+18=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 207 (81.25% from 255 or 72.89% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BCF12 is #C430ED. Grayscale: #8D8D8D. Windows color (decimal): -12857582 or 1232699. OLE color: 1232699.

HSL color Cylindrical-coordinate representation of color #3BCF12: hue angle of 106.98º degrees, saturation: 0.84, 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 #3BCF12 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 207 18 -
CMYK 0.71 0 0.91 0.19
HSL 106.98º 0.84% 0.44% -
HSV(B) 106.98º 0.91% 0.81% -
XYZ 24.23 45.6 8.1 -
YUV 141.2 58.47 69.37 -
System Red Green Blue C M Y K H S L
Decimal 59 207 18 0.71 0 0.91 0.19 106.98 0.84 0.44
Hex 3B CF 12 47 0 5B 13 6B 54 2C
Octal 73 317 22 107 0 133 23 153 124 54
Binary 111011 11001111 10010 1000111 0 1011011 10011 1101011 1010100 101100

Color Harmonies of #3BCF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCF12

Black with #3BCF12

Text Example


Text Example

White with #3BCF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,207,18); }

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

background-color css

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

 a { background-color: rgb(59,207,18); }

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

border-color css

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

 span { border-color: rgb(59,207,18); }

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