Html Css Color HEX #CFF702 Electric Lime

📋 copy color: '#CFF702'

red 207 ◦ green 247 ◦ blue 2

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

Shades of Electric Lime #CFF702

Tints of Electric Lime #CFF702

RGB

 RED value IS 207 (81.25% from 255) = 45.39%

 GREEN value IS 247 (96.88% from 255) = 54.17%

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

R = 45.39%
G = 54.17%
B = 0.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#CFF702 (or 0xCFF702) is known color: Electric Lime. HEX triplet: CF, F7 and 02. RGB value is (207,247,2). Sum of RGB (Red+Green+Blue) = 207+247+2=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 247 (96.88% from 255 or 54.17% from 456); Blue value is 2 (1.17% from 255 or 0.44% from 456); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF702 is #3008FD. Grayscale: #D0D0D0. Windows color (decimal): -3148030 or 194511. OLE color: 194511.

HSL color Cylindrical-coordinate representation of color #CFF702: hue angle of 69.8º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFF702 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 247 2 -
CMYK 0.16 0 0.99 0.03
HSL 69.8º 0.98% 0.49% -
HSV(B) 69.8º 0.99% 0.97% -
XYZ 59 79.79 12.35 -
YUV 207.11 12.25 127.92 -
System Red Green Blue C M Y K H S L
Decimal 207 247 2 0.16 0 0.99 0.03 69.8 0.98 0.49
Hex CF F7 2 10 0 63 3 46 62 31
Octal 317 367 2 20 0 143 3 106 142 61
Binary 11001111 11110111 10 10000 0 1100011 11 1000110 1100010 110001

Color Harmonies of #CFF702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF702

Black with #CFF702

Text Example


Text Example

White with #CFF702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF702; }

 p { color: rgb(207,247,2); }

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

background-color css

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

 a { background-color: rgb(207,247,2); }

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

border-color css

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

 span { border-color: rgb(207,247,2); }

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