Html Css Color HEX #CFF217 Electric Lime

📋 copy color: '#CFF217'

red 207 ◦ green 242 ◦ blue 23

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

Shades of Electric Lime #CFF217

Tints of Electric Lime #CFF217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.87%

R = 43.86%
G = 51.27%
B = 4.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#CFF217 (or 0xCFF217) is known color: Electric Lime. HEX triplet: CF, F2 and 17. RGB value is (207,242,23). Sum of RGB (Red+Green+Blue) = 207+242+23=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF217 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF217 is #300DE8. Grayscale: #CFCFCF. Windows color (decimal): -3149289 or 1569487. OLE color: 1569487.

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

Color convert

RGB 207 242 23 -
CMYK 0.14 0 0.90 0.05
HSL 69.59º 0.89% 0.52% -
HSV(B) 69.59º 0.9% 0.95% -
XYZ 57.64 76.83 12.6 -
YUV 206.57 24.4 128.31 -
System Red Green Blue C M Y K H S L
Decimal 207 242 23 0.14 0 0.90 0.05 69.59 0.89 0.52
Hex CF F2 17 E 0 5A 5 46 59 34
Octal 317 362 27 16 0 132 5 106 131 64
Binary 11001111 11110010 10111 1110 0 1011010 101 1000110 1011001 110100

Color Harmonies of #CFF217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF217

Black with #CFF217

Text Example


Text Example

White with #CFF217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF217; }

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

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

background-color css

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

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

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

border-color css

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

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

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