Html Css Color HEX #CFE108 Electric Lime

📋 copy color: '#CFE108'

red 207 ◦ green 225 ◦ blue 8

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

Shades of Electric Lime #CFE108

Tints of Electric Lime #CFE108

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.14%

 BLUE value IS 8 (3.52% from 255) = 1.82%

R = 47.05%
G = 51.14%
B = 1.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#CFE108 (or 0xCFE108) is known color: Electric Lime. HEX triplet: CF, E1 and 08. RGB value is (207,225,8). Sum of RGB (Red+Green+Blue) = 207+225+8=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE108 is #301EF7. Grayscale: #C3C3C3. Windows color (decimal): -3153656 or 582095. OLE color: 582095.

HSL color Cylindrical-coordinate representation of color #CFE108: hue angle of 64.98º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFE108 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 8 -
CMYK 0.08 0 0.96 0.12
HSL 64.98º 0.93% 0.46% -
HSV(B) 64.98º 0.96% 0.88% -
XYZ 52.7 67.13 10.41 -
YUV 194.88 22.54 136.64 -
System Red Green Blue C M Y K H S L
Decimal 207 225 8 0.08 0 0.96 0.12 64.98 0.93 0.46
Hex CF E1 8 8 0 60 C 41 5D 2E
Octal 317 341 10 10 0 140 14 101 135 56
Binary 11001111 11100001 1000 1000 0 1100000 1100 1000001 1011101 101110

Color Harmonies of #CFE108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE108

Black with #CFE108

Text Example


Text Example

White with #CFE108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE108; }

 p { color: rgb(207,225,8); }

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

background-color css

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

 a { background-color: rgb(207,225,8); }

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

border-color css

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

 span { border-color: rgb(207,225,8); }

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