Html Css Color HEX #CFE103 Electric Lime

📋 copy color: '#CFE103'

red 207 ◦ green 225 ◦ blue 3

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

Shades of Electric Lime #CFE103

Tints of Electric Lime #CFE103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 47.59%
G = 51.72%
B = 0.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#CFE103 (or 0xCFE103) is known color: Electric Lime. HEX triplet: CF, E1 and 03. RGB value is (207,225,3). Sum of RGB (Red+Green+Blue) = 207+225+3=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE103 is #301EFC. Grayscale: #C3C3C3. Windows color (decimal): -3153661 or 254415. OLE color: 254415.

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

Color convert

RGB 207 225 3 -
CMYK 0.08 0 0.99 0.12
HSL 64.86º 0.97% 0.45% -
HSV(B) 64.86º 0.99% 0.88% -
XYZ 52.67 67.12 10.27 -
YUV 194.31 20.04 137.05 -
System Red Green Blue C M Y K H S L
Decimal 207 225 3 0.08 0 0.99 0.12 64.86 0.97 0.45
Hex CF E1 3 8 0 63 C 41 61 2D
Octal 317 341 3 10 0 143 14 101 141 55
Binary 11001111 11100001 11 1000 0 1100011 1100 1000001 1100001 101101

Color Harmonies of #CFE103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE103

Black with #CFE103

Text Example


Text Example

White with #CFE103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE103; }

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

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

background-color css

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

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

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

border-color css

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

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

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