Html Css Color HEX #CFF018 Electric Lime

📋 copy color: '#CFF018'

red 207 ◦ green 240 ◦ blue 24

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

Shades of Electric Lime #CFF018

Tints of Electric Lime #CFF018

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.96%

 BLUE value IS 24 (9.77% from 255) = 5.1%

R = 43.95%
G = 50.96%
B = 5.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#CFF018 (or 0xCFF018) is known color: Electric Lime. HEX triplet: CF, F0 and 18. RGB value is (207,240,24). Sum of RGB (Red+Green+Blue) = 207+240+24=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 24 (9.77% from 255 or 5.10% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF018 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF018 is #300FE7. Grayscale: #CECECE. Windows color (decimal): -3149800 or 1634511. OLE color: 1634511.

HSL color Cylindrical-coordinate representation of color #CFF018: hue angle of 69.17º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFF018 is Cyan = 0.14, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 24 -
CMYK 0.14 0 0.9 0.06
HSL 69.17º 0.88% 0.52% -
HSV(B) 69.17º 0.9% 0.94% -
XYZ 57.06 75.65 12.46 -
YUV 205.51 25.57 129.06 -
System Red Green Blue C M Y K H S L
Decimal 207 240 24 0.14 0 0.9 0.06 69.17 0.88 0.52
Hex CF F0 18 E 0 5A 6 45 58 34
Octal 317 360 30 16 0 132 6 105 130 64
Binary 11001111 11110000 11000 1110 0 1011010 110 1000101 1011000 110100

Color Harmonies of #CFF018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF018

Black with #CFF018

Text Example


Text Example

White with #CFF018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF018; }

 p { color: rgb(207,240,24); }

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

background-color css

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

 a { background-color: rgb(207,240,24); }

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

border-color css

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

 span { border-color: rgb(207,240,24); }

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