Html Css Color HEX #CFF200 Electric Lime

📋 copy color: '#CFF200'

red 207 ◦ green 242 ◦ blue 0

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

Shades of Electric Lime #CFF200

Tints of Electric Lime #CFF200

RGB

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

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

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

R = 46.1%
G = 53.9%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#CFF200 (or 0xCFF200) is known color: Electric Lime. HEX triplet: CF, F2 and 00. RGB value is (207,242,0). Sum of RGB (Red+Green+Blue) = 207+242+0=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF200 is #300DFF. Grayscale: #CCCCCC. Windows color (decimal): -3149312 or 62159. OLE color: 62159.

HSL color Cylindrical-coordinate representation of color #CFF200: hue angle of 68.68º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFF200 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 0 -
CMYK 0.14 0 1 0.05
HSL 68.68º 1% 0.47% -
HSV(B) 68.68º 1% 0.95% -
XYZ 57.48 76.77 11.79 -
YUV 203.95 12.9 130.18 -
System Red Green Blue C M Y K H S L
Decimal 207 242 0 0.14 0 1 0.05 68.68 1 0.47
Hex CF F2 0 E 0 64 5 45 64 2F
Octal 317 362 0 16 0 144 5 105 144 57
Binary 11001111 11110010 0 1110 0 1100100 101 1000101 1100100 101111

Color Harmonies of #CFF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF200

Black with #CFF200

Text Example


Text Example

White with #CFF200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF200; }

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

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

background-color css

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

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

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

border-color css

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

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

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