Html Css Color HEX #CFF60B Electric Lime

📋 copy color: '#CFF60B'

red 207 ◦ green 246 ◦ blue 11

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

Shades of Electric Lime #CFF60B

Tints of Electric Lime #CFF60B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.02%

 BLUE value IS 11 (4.69% from 255) = 2.37%

R = 44.61%
G = 53.02%
B = 2.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#CFF60B (or 0xCFF60B) is known color: Electric Lime. HEX triplet: CF, F6 and 0B. RGB value is (207,246,11). Sum of RGB (Red+Green+Blue) = 207+246+11=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 246 (96.48% from 255 or 53.02% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF60B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF60B is #3009F4. Grayscale: #D0D0D0. Windows color (decimal): -3148277 or 784079. OLE color: 784079.

HSL color Cylindrical-coordinate representation of color #CFF60B: hue angle of 69.96º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFF60B is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 246 11 -
CMYK 0.16 0 0.96 0.04
HSL 69.96º 0.93% 0.5% -
HSV(B) 69.96º 0.96% 0.96% -
XYZ 58.75 79.2 12.51 -
YUV 207.55 17.08 127.61 -
System Red Green Blue C M Y K H S L
Decimal 207 246 11 0.16 0 0.96 0.04 69.96 0.93 0.5
Hex CF F6 B 10 0 60 4 46 5D 32
Octal 317 366 13 20 0 140 4 106 135 62
Binary 11001111 11110110 1011 10000 0 1100000 100 1000110 1011101 110010

Color Harmonies of #CFF60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF60B

Black with #CFF60B

Text Example


Text Example

White with #CFF60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF60B; }

 p { color: rgb(207,246,11); }

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

background-color css

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

 a { background-color: rgb(207,246,11); }

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

border-color css

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

 span { border-color: rgb(207,246,11); }

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