Html Css Color HEX #2FCE03 Kelly Green

📋 copy color: '#2FCE03'

red 47 ◦ green 206 ◦ blue 3

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

Shades of Kelly Green #2FCE03

Tints of Kelly Green #2FCE03

RGB

 RED value IS 47 (18.75% from 255) = 18.36%

 GREEN value IS 206 (80.86% from 255) = 80.47%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 18.36%
G = 80.47%
B = 1.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#2FCE03 (or 0x2FCE03) is known color: Kelly Green. HEX triplet: 2F, CE and 03. RGB value is (47,206,3). Sum of RGB (Red+Green+Blue) = 47+206+3=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 206 (80.86% from 255 or 80.47% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCE03 is #D031FC. Grayscale: #878787. Windows color (decimal): -13644285 or 249391. OLE color: 249391.

HSL color Cylindrical-coordinate representation of color #2FCE03: hue angle of 107º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FCE03 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 206 3 -
CMYK 0.77 0 0.99 0.19
HSL 107º 0.97% 0.41% -
HSV(B) 107º 0.99% 0.81% -
XYZ 23.26 44.75 7.5 -
YUV 135.32 53.32 65.01 -
System Red Green Blue C M Y K H S L
Decimal 47 206 3 0.77 0 0.99 0.19 107 0.97 0.41
Hex 2F CE 3 4D 0 63 13 6B 61 29
Octal 57 316 3 115 0 143 23 153 141 51
Binary 101111 11001110 11 1001101 0 1100011 10011 1101011 1100001 101001

Color Harmonies of #2FCE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCE03

Black with #2FCE03

Text Example


Text Example

White with #2FCE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FCE03; }

 p { color: rgb(47,206,3); }

 H1.HeaderClassName
 {
   color: #2FCE03;
 }
 .AnyTagClassName
 {
   color: #2FCE03;
 }
</style>

background-color css

<style>
 a { background-color: #2FCE03; }

 a { background-color: rgb(47,206,3); }

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

border-color css

<style>
 span { border-color: #2FCE03; }

 span { border-color: rgb(47,206,3); }

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