Html Css Color HEX #2FBE02 Kelly Green

📋 copy color: '#2FBE02'

red 47 ◦ green 190 ◦ blue 2

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

Shades of Kelly Green #2FBE02

Tints of Kelly Green #2FBE02

RGB

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

 GREEN value IS 190 (74.61% from 255) = 79.5%

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

R = 19.67%
G = 79.5%
B = 0.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#2FBE02 (or 0x2FBE02) is known color: Kelly Green. HEX triplet: 2F, BE and 02. RGB value is (47,190,2). Sum of RGB (Red+Green+Blue) = 47+190+2=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 190 (74.61% from 255 or 79.50% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBE02 is #D041FD. Grayscale: #7E7E7E. Windows color (decimal): -13648382 or 179759. OLE color: 179759.

HSL color Cylindrical-coordinate representation of color #2FBE02: hue angle of 105.64º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FBE02 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 190 2 -
CMYK 0.75 0 0.99 0.25
HSL 105.64º 0.98% 0.38% -
HSV(B) 105.64º 0.99% 0.75% -
XYZ 19.6 37.44 6.25 -
YUV 125.81 58.12 71.79 -
System Red Green Blue C M Y K H S L
Decimal 47 190 2 0.75 0 0.99 0.25 105.64 0.98 0.38
Hex 2F BE 2 4B 0 63 19 6A 62 26
Octal 57 276 2 113 0 143 31 152 142 46
Binary 101111 10111110 10 1001011 0 1100011 11001 1101010 1100010 100110

Color Harmonies of #2FBE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBE02

Black with #2FBE02

Text Example


Text Example

White with #2FBE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,190,2); }

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

background-color css

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

 a { background-color: rgb(47,190,2); }

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

border-color css

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

 span { border-color: rgb(47,190,2); }

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