Html Css Color HEX #CFE107 Electric Lime

📋 copy color: '#CFE107'

red 207 ◦ green 225 ◦ blue 7

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

Shades of Electric Lime #CFE107

Tints of Electric Lime #CFE107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.59%

R = 47.15%
G = 51.25%
B = 1.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#CFE107 (or 0xCFE107) is known color: Electric Lime. HEX triplet: CF, E1 and 07. RGB value is (207,225,7). Sum of RGB (Red+Green+Blue) = 207+225+7=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE107 is #301EF8. Grayscale: #C3C3C3. Windows color (decimal): -3153657 or 516559. OLE color: 516559.

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

Color convert

RGB 207 225 7 -
CMYK 0.08 0 0.97 0.12
HSL 64.95º 0.94% 0.45% -
HSV(B) 64.95º 0.97% 0.88% -
XYZ 52.7 67.13 10.38 -
YUV 194.77 22.04 136.73 -
System Red Green Blue C M Y K H S L
Decimal 207 225 7 0.08 0 0.97 0.12 64.95 0.94 0.45
Hex CF E1 7 8 0 61 C 41 5E 2D
Octal 317 341 7 10 0 141 14 101 136 55
Binary 11001111 11100001 111 1000 0 1100001 1100 1000001 1011110 101101

Color Harmonies of #CFE107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE107

Black with #CFE107

Text Example


Text Example

White with #CFE107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE107; }

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

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

background-color css

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

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

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

border-color css

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

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

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