Html Css Color HEX #CFF105 Electric Lime

📋 copy color: '#CFF105'

red 207 ◦ green 241 ◦ blue 5

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

Shades of Electric Lime #CFF105

Tints of Electric Lime #CFF105

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.2%

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

R = 45.7%
G = 53.2%
B = 1.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CFF105 (or 0xCFF105) is known color: Electric Lime. HEX triplet: CF, F1 and 05. RGB value is (207,241,5). Sum of RGB (Red+Green+Blue) = 207+241+5=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF105 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF105 is #300EFA. Grayscale: #CCCCCC. Windows color (decimal): -3149563 or 389583. OLE color: 389583.

HSL color Cylindrical-coordinate representation of color #CFF105: hue angle of 68.64º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFF105 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 241 5 -
CMYK 0.14 0 0.98 0.05
HSL 68.64º 0.96% 0.48% -
HSV(B) 68.64º 0.98% 0.95% -
XYZ 57.21 76.19 11.83 -
YUV 203.93 15.74 130.19 -
System Red Green Blue C M Y K H S L
Decimal 207 241 5 0.14 0 0.98 0.05 68.64 0.96 0.48
Hex CF F1 5 E 0 62 5 45 60 30
Octal 317 361 5 16 0 142 5 105 140 60
Binary 11001111 11110001 101 1110 0 1100010 101 1000101 1100000 110000

Color Harmonies of #CFF105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF105

Black with #CFF105

Text Example


Text Example

White with #CFF105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF105; }

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

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

background-color css

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

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

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

border-color css

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

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

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