Html Css Color HEX #61F01C Bright Green

📋 copy color: '#61F01C'

red 97 ◦ green 240 ◦ blue 28

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

Shades of Bright Green #61F01C

Tints of Bright Green #61F01C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.75%

 BLUE value IS 28 (11.33% from 255) = 7.67%

R = 26.58%
G = 65.75%
B = 7.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#61F01C (or 0x61F01C) is known color: Bright Green. HEX triplet: 61, F0 and 1C. RGB value is (97,240,28). Sum of RGB (Red+Green+Blue) = 97+240+28=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #61F01C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61F01C is #9E0FE3. Grayscale: #ADADAD. Windows color (decimal): -10358756 or 1896545. OLE color: 1896545.

HSL color Cylindrical-coordinate representation of color #61F01C: hue angle of 100.47º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61F01C is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 240 28 -
CMYK 0.60 0 0.88 0.06
HSL 100.47º 0.88% 0.53% -
HSV(B) 100.47º 0.88% 0.94% -
XYZ 36.3 64.95 11.72 -
YUV 173.08 46.12 73.74 -
System Red Green Blue C M Y K H S L
Decimal 97 240 28 0.60 0 0.88 0.06 100.47 0.88 0.53
Hex 61 F0 1C 3C 0 58 6 64 58 35
Octal 141 360 34 74 0 130 6 144 130 65
Binary 1100001 11110000 11100 111100 0 1011000 110 1100100 1011000 110101

Color Harmonies of #61F01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F01C

Black with #61F01C

Text Example


Text Example

White with #61F01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,240,28); }

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

background-color css

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

 a { background-color: rgb(97,240,28); }

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

border-color css

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

 span { border-color: rgb(97,240,28); }

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