Html Css Color HEX #68F201 Bright Green

📋 copy color: '#68F201'

red 104 ◦ green 242 ◦ blue 1

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

Shades of Bright Green #68F201

Tints of Bright Green #68F201

RGB

 RED value IS 104 (41.02% from 255) = 29.97%

 GREEN value IS 242 (94.92% from 255) = 69.74%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 29.97%
G = 69.74%
B = 0.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#68F201 (or 0x68F201) is known color: Bright Green. HEX triplet: 68, F2 and 01. RGB value is (104,242,1). Sum of RGB (Red+Green+Blue) = 104+242+1=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 242 (94.92% from 255 or 69.74% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 242 - color contains mainly: green. Hex color #68F201 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68F201 is #970DFE. Grayscale: #AEAEAE. Windows color (decimal): -9899519 or 127592. OLE color: 127592.

HSL color Cylindrical-coordinate representation of color #68F201: hue angle of 94.36º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68F201 is Cyan = 0.57, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 242 1 -
CMYK 0.57 0 1.00 0.05
HSL 94.36º 0.99% 0.48% -
HSV(B) 94.36º 1% 0.95% -
XYZ 37.47 66.45 10.88 -
YUV 173.26 30.78 78.6 -
System Red Green Blue C M Y K H S L
Decimal 104 242 1 0.57 0 1.00 0.05 94.36 0.99 0.48
Hex 68 F2 1 39 0 64 5 5E 63 30
Octal 150 362 1 71 0 144 5 136 143 60
Binary 1101000 11110010 1 111001 0 1100100 101 1011110 1100011 110000

Color Harmonies of #68F201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F201

Black with #68F201

Text Example


Text Example

White with #68F201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68F201; }

 p { color: rgb(104,242,1); }

 H1.HeaderClassName
 {
   color: #68F201;
 }
 .AnyTagClassName
 {
   color: #68F201;
 }
</style>

background-color css

<style>
 a { background-color: #68F201; }

 a { background-color: rgb(104,242,1); }

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

border-color css

<style>
 span { border-color: #68F201; }

 span { border-color: rgb(104,242,1); }

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