Html Css Color HEX #CFF40E Electric Lime

📋 copy color: '#CFF40E'

red 207 ◦ green 244 ◦ blue 14

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

Shades of Electric Lime #CFF40E

Tints of Electric Lime #CFF40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.01%

R = 44.52%
G = 52.47%
B = 3.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#CFF40E (or 0xCFF40E) is known color: Electric Lime. HEX triplet: CF, F4 and 0E. RGB value is (207,244,14). Sum of RGB (Red+Green+Blue) = 207+244+14=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF40E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF40E is #300BF1. Grayscale: #CFCFCF. Windows color (decimal): -3148786 or 980175. OLE color: 980175.

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

Color convert

RGB 207 244 14 -
CMYK 0.15 0 0.94 0.04
HSL 69.65º 0.91% 0.51% -
HSV(B) 69.65º 0.94% 0.96% -
XYZ 58.16 78 12.41 -
YUV 206.72 19.24 128.2 -
System Red Green Blue C M Y K H S L
Decimal 207 244 14 0.15 0 0.94 0.04 69.65 0.91 0.51
Hex CF F4 E F 0 5E 4 46 5B 33
Octal 317 364 16 17 0 136 4 106 133 63
Binary 11001111 11110100 1110 1111 0 1011110 100 1000110 1011011 110011

Color Harmonies of #CFF40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF40E

Black with #CFF40E

Text Example


Text Example

White with #CFF40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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