Html Css Color HEX #61DB02 Bright Green

📋 copy color: '#61DB02'

red 97 ◦ green 219 ◦ blue 2

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

Shades of Bright Green #61DB02

Tints of Bright Green #61DB02

RGB

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

 GREEN value IS 219 (85.94% from 255) = 68.87%

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

R = 30.5%
G = 68.87%
B = 0.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#61DB02 (or 0x61DB02) is known color: Bright Green. HEX triplet: 61, DB and 02. RGB value is (97,219,2). Sum of RGB (Red+Green+Blue) = 97+219+2=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 219 (85.94% from 255 or 68.87% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61DB02 is #9E24FD. Grayscale: #9E9E9E. Windows color (decimal): -10364158 or 187233. OLE color: 187233.

HSL color Cylindrical-coordinate representation of color #61DB02: hue angle of 93.73º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61DB02 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 219 2 -
CMYK 0.56 0 0.99 0.14
HSL 93.73º 0.98% 0.43% -
HSV(B) 93.73º 0.99% 0.86% -
XYZ 30.27 53.21 8.73 -
YUV 157.78 40.08 84.64 -
System Red Green Blue C M Y K H S L
Decimal 97 219 2 0.56 0 0.99 0.14 93.73 0.98 0.43
Hex 61 DB 2 38 0 63 E 5E 62 2B
Octal 141 333 2 70 0 143 16 136 142 53
Binary 1100001 11011011 10 111000 0 1100011 1110 1011110 1100010 101011

Color Harmonies of #61DB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DB02

Black with #61DB02

Text Example


Text Example

White with #61DB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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