Html Css Color HEX #61EC02 Bright Green

📋 copy color: '#61EC02'

red 97 ◦ green 236 ◦ blue 2

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

Shades of Bright Green #61EC02

Tints of Bright Green #61EC02

RGB

 RED value IS 97 (38.28% from 255) = 28.96%

 GREEN value IS 236 (92.58% from 255) = 70.45%

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

R = 28.96%
G = 70.45%
B = 0.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#61EC02 (or 0x61EC02) is known color: Bright Green. HEX triplet: 61, EC and 02. RGB value is (97,236,2). Sum of RGB (Red+Green+Blue) = 97+236+2=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 236 (92.58% from 255 or 70.45% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 236 - color contains mainly: green. Hex color #61EC02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61EC02 is #9E13FD. Grayscale: #A8A8A8. Windows color (decimal): -10359806 or 191585. OLE color: 191585.

HSL color Cylindrical-coordinate representation of color #61EC02: hue angle of 95.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61EC02 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 236 2 -
CMYK 0.59 0 0.99 0.07
HSL 95.64º 0.98% 0.47% -
HSV(B) 95.64º 0.99% 0.93% -
XYZ 34.94 62.54 10.29 -
YUV 167.76 34.45 77.53 -
System Red Green Blue C M Y K H S L
Decimal 97 236 2 0.59 0 0.99 0.07 95.64 0.98 0.47
Hex 61 EC 2 3B 0 63 7 60 62 2F
Octal 141 354 2 73 0 143 7 140 142 57
Binary 1100001 11101100 10 111011 0 1100011 111 1100000 1100010 101111

Color Harmonies of #61EC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EC02

Black with #61EC02

Text Example


Text Example

White with #61EC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61EC02; }

 p { color: rgb(97,236,2); }

 H1.HeaderClassName
 {
   color: #61EC02;
 }
 .AnyTagClassName
 {
   color: #61EC02;
 }
</style>

background-color css

<style>
 a { background-color: #61EC02; }

 a { background-color: rgb(97,236,2); }

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

border-color css

<style>
 span { border-color: #61EC02; }

 span { border-color: rgb(97,236,2); }

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