Html Css Color HEX #CFE507 Electric Lime

📋 copy color: '#CFE507'

red 207 ◦ green 229 ◦ blue 7

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

Shades of Electric Lime #CFE507

Tints of Electric Lime #CFE507

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.69%

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

R = 46.73%
G = 51.69%
B = 1.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#CFE507 (or 0xCFE507) is known color: Electric Lime. HEX triplet: CF, E5 and 07. RGB value is (207,229,7). Sum of RGB (Red+Green+Blue) = 207+229+7=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 229 (89.84% from 255 or 51.69% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE507 is #301AF8. Grayscale: #C5C5C5. Windows color (decimal): -3152633 or 517583. OLE color: 517583.

HSL color Cylindrical-coordinate representation of color #CFE507: hue angle of 65.95º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFE507 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 7 -
CMYK 0.10 0 0.97 0.10
HSL 65.95º 0.94% 0.46% -
HSV(B) 65.95º 0.97% 0.9% -
XYZ 53.79 69.32 10.75 -
YUV 197.11 20.71 135.05 -
System Red Green Blue C M Y K H S L
Decimal 207 229 7 0.10 0 0.97 0.10 65.95 0.94 0.46
Hex CF E5 7 A 0 61 A 42 5E 2E
Octal 317 345 7 12 0 141 12 102 136 56
Binary 11001111 11100101 111 1010 0 1100001 1010 1000010 1011110 101110

Color Harmonies of #CFE507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE507

Black with #CFE507

Text Example


Text Example

White with #CFE507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE507; }

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

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

background-color css

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

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

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

border-color css

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

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

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