Html Css Color HEX #CFFC0B Electric Lime

📋 copy color: '#CFFC0B'

red 207 ◦ green 252 ◦ blue 11

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

Shades of Electric Lime #CFFC0B

Tints of Electric Lime #CFFC0B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.62%

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

R = 44.04%
G = 53.62%
B = 2.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#CFFC0B (or 0xCFFC0B) is known color: Electric Lime. HEX triplet: CF, FC and 0B. RGB value is (207,252,11). Sum of RGB (Red+Green+Blue) = 207+252+11=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 11 (4.69% from 255 or 2.34% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFC0B is #3003F4. Grayscale: #D3D3D3. Windows color (decimal): -3146741 or 785615. OLE color: 785615.

HSL color Cylindrical-coordinate representation of color #CFFC0B: hue angle of 71.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFFC0B is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 252 11 -
CMYK 0.18 0 0.96 0.01
HSL 71.2º 0.98% 0.52% -
HSV(B) 71.2º 0.96% 0.99% -
XYZ 60.6 82.91 13.13 -
YUV 211.07 15.09 125.1 -
System Red Green Blue C M Y K H S L
Decimal 207 252 11 0.18 0 0.96 0.01 71.2 0.98 0.52
Hex CF FC B 12 0 60 1 47 62 34
Octal 317 374 13 22 0 140 1 107 142 64
Binary 11001111 11111100 1011 10010 0 1100000 1 1000111 1100010 110100

Color Harmonies of #CFFC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFC0B

Black with #CFFC0B

Text Example


Text Example

White with #CFFC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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