Html Css Color HEX #CFE105 Electric Lime

📋 copy color: '#CFE105'

red 207 ◦ green 225 ◦ blue 5

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

Shades of Electric Lime #CFE105

Tints of Electric Lime #CFE105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 47.37%
G = 51.49%
B = 1.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#CFE105 (or 0xCFE105) is known color: Electric Lime. HEX triplet: CF, E1 and 05. RGB value is (207,225,5). Sum of RGB (Red+Green+Blue) = 207+225+5=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE105 is #301EFA. Grayscale: #C3C3C3. Windows color (decimal): -3153659 or 385487. OLE color: 385487.

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

Color convert

RGB 207 225 5 -
CMYK 0.08 0 0.98 0.12
HSL 64.91º 0.96% 0.45% -
HSV(B) 64.91º 0.98% 0.88% -
XYZ 52.68 67.13 10.32 -
YUV 194.54 21.04 136.89 -
System Red Green Blue C M Y K H S L
Decimal 207 225 5 0.08 0 0.98 0.12 64.91 0.96 0.45
Hex CF E1 5 8 0 62 C 41 60 2D
Octal 317 341 5 10 0 142 14 101 140 55
Binary 11001111 11100001 101 1000 0 1100010 1100 1000001 1100000 101101

Color Harmonies of #CFE105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE105

Black with #CFE105

Text Example


Text Example

White with #CFE105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE105; }

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

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

background-color css

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

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

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

border-color css

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

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

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