Html Css Color HEX #CFEB0F Electric Lime

📋 copy color: '#CFEB0F'

red 207 ◦ green 235 ◦ blue 15

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

Shades of Electric Lime #CFEB0F

Tints of Electric Lime #CFEB0F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.42%

 BLUE value IS 15 (6.25% from 255) = 3.28%

R = 45.3%
G = 51.42%
B = 3.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#CFEB0F (or 0xCFEB0F) is known color: Electric Lime. HEX triplet: CF, EB and 0F. RGB value is (207,235,15). Sum of RGB (Red+Green+Blue) = 207+235+15=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEB0F is #3014F0. Grayscale: #CACACA. Windows color (decimal): -3151089 or 1043407. OLE color: 1043407.

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

Color convert

RGB 207 235 15 -
CMYK 0.12 0 0.94 0.08
HSL 67.64º 0.88% 0.49% -
HSV(B) 67.64º 0.94% 0.92% -
XYZ 55.53 72.72 11.56 -
YUV 201.55 22.72 131.89 -
System Red Green Blue C M Y K H S L
Decimal 207 235 15 0.12 0 0.94 0.08 67.64 0.88 0.49
Hex CF EB F C 0 5E 8 44 58 31
Octal 317 353 17 14 0 136 10 104 130 61
Binary 11001111 11101011 1111 1100 0 1011110 1000 1000100 1011000 110001

Color Harmonies of #CFEB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEB0F

Black with #CFEB0F

Text Example


Text Example

White with #CFEB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEB0F; }

 p { color: rgb(207,235,15); }

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

background-color css

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

 a { background-color: rgb(207,235,15); }

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

border-color css

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

 span { border-color: rgb(207,235,15); }

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