Html Css Color HEX #CFE206 Electric Lime

📋 copy color: '#CFE206'

red 207 ◦ green 226 ◦ blue 6

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

Shades of Electric Lime #CFE206

Tints of Electric Lime #CFE206

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.48%

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 47.15%
G = 51.48%
B = 1.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#CFE206 (or 0xCFE206) is known color: Electric Lime. HEX triplet: CF, E2 and 06. RGB value is (207,226,6). Sum of RGB (Red+Green+Blue) = 207+226+6=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 226 (88.67% from 255 or 51.48% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE206 is #301DF9. Grayscale: #C4C4C4. Windows color (decimal): -3153402 or 451279. OLE color: 451279.

HSL color Cylindrical-coordinate representation of color #CFE206: hue angle of 65.18º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFE206 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 226 6 -
CMYK 0.08 0 0.97 0.11
HSL 65.18º 0.95% 0.45% -
HSV(B) 65.18º 0.97% 0.89% -
XYZ 52.96 67.67 10.44 -
YUV 195.24 21.21 136.39 -
System Red Green Blue C M Y K H S L
Decimal 207 226 6 0.08 0 0.97 0.11 65.18 0.95 0.45
Hex CF E2 6 8 0 61 B 41 5F 2D
Octal 317 342 6 10 0 141 13 101 137 55
Binary 11001111 11100010 110 1000 0 1100001 1011 1000001 1011111 101101

Color Harmonies of #CFE206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE206

Black with #CFE206

Text Example


Text Example

White with #CFE206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE206; }

 p { color: rgb(207,226,6); }

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

background-color css

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

 a { background-color: rgb(207,226,6); }

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

border-color css

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

 span { border-color: rgb(207,226,6); }

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