Html Css Color HEX #CFF400 Electric Lime

📋 copy color: '#CFF400'

red 207 ◦ green 244 ◦ blue 0

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

Shades of Electric Lime #CFF400

Tints of Electric Lime #CFF400

RGB

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

 GREEN value IS 244 (95.7% from 255) = 54.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.9%
G = 54.1%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#CFF400 (or 0xCFF400) is known color: Electric Lime. HEX triplet: CF, F4 and 00. RGB value is (207,244,0). Sum of RGB (Red+Green+Blue) = 207+244+0=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 244 (95.70% from 255 or 54.10% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF400 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF400 is #300BFF. Grayscale: #CECECE. Windows color (decimal): -3148800 or 62671. OLE color: 62671.

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

Color convert

RGB 207 244 0 -
CMYK 0.15 0 1 0.04
HSL 69.1º 1% 0.48% -
HSV(B) 69.1º 1% 0.96% -
XYZ 58.08 77.97 11.99 -
YUV 205.12 12.24 129.34 -
System Red Green Blue C M Y K H S L
Decimal 207 244 0 0.15 0 1 0.04 69.1 1 0.48
Hex CF F4 0 F 0 64 4 45 64 30
Octal 317 364 0 17 0 144 4 105 144 60
Binary 11001111 11110100 0 1111 0 1100100 100 1000101 1100100 110000

Color Harmonies of #CFF400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF400

Black with #CFF400

Text Example


Text Example

White with #CFF400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF400; }

 p { color: rgb(207,244,0); }

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

background-color css

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

 a { background-color: rgb(207,244,0); }

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

border-color css

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

 span { border-color: rgb(207,244,0); }

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