Html Css Color HEX #CFF714 Electric Lime

📋 copy color: '#CFF714'

red 207 ◦ green 247 ◦ blue 20

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

Shades of Electric Lime #CFF714

Tints of Electric Lime #CFF714

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.11%

 BLUE value IS 20 (8.2% from 255) = 4.22%

R = 43.67%
G = 52.11%
B = 4.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#CFF714 (or 0xCFF714) is known color: Electric Lime. HEX triplet: CF, F7 and 14. RGB value is (207,247,20). Sum of RGB (Red+Green+Blue) = 207+247+20=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 247 (96.88% from 255 or 52.11% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF714 is #3008EB. Grayscale: #D2D2D2. Windows color (decimal): -3148012 or 1374159. OLE color: 1374159.

HSL color Cylindrical-coordinate representation of color #CFF714: hue angle of 70.57º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFF714 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 247 20 -
CMYK 0.16 0 0.92 0.03
HSL 70.57º 0.93% 0.52% -
HSV(B) 70.57º 0.92% 0.97% -
XYZ 59.12 79.84 12.96 -
YUV 209.16 21.25 126.46 -
System Red Green Blue C M Y K H S L
Decimal 207 247 20 0.16 0 0.92 0.03 70.57 0.93 0.52
Hex CF F7 14 10 0 5C 3 47 5D 34
Octal 317 367 24 20 0 134 3 107 135 64
Binary 11001111 11110111 10100 10000 0 1011100 11 1000111 1011101 110100

Color Harmonies of #CFF714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF714

Black with #CFF714

Text Example


Text Example

White with #CFF714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF714; }

 p { color: rgb(207,247,20); }

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

background-color css

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

 a { background-color: rgb(207,247,20); }

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

border-color css

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

 span { border-color: rgb(207,247,20); }

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