Html Css Color HEX #CFF307 Electric Lime

📋 copy color: '#CFF307'

red 207 ◦ green 243 ◦ blue 7

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

Shades of Electric Lime #CFF307

Tints of Electric Lime #CFF307

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.17%

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

R = 45.3%
G = 53.17%
B = 1.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#CFF307 (or 0xCFF307) is known color: Electric Lime. HEX triplet: CF, F3 and 07. RGB value is (207,243,7). Sum of RGB (Red+Green+Blue) = 207+243+7=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 243 (95.31% from 255 or 53.17% from 457); Blue value is 7 (3.12% from 255 or 1.53% from 457); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF307 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF307 is #300CF8. Grayscale: #CECECE. Windows color (decimal): -3149049 or 521167. OLE color: 521167.

HSL color Cylindrical-coordinate representation of color #CFF307: hue angle of 69.15º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFF307 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 243 7 -
CMYK 0.15 0 0.97 0.05
HSL 69.15º 0.94% 0.49% -
HSV(B) 69.15º 0.97% 0.95% -
XYZ 57.82 77.38 12.09 -
YUV 205.33 16.07 129.19 -
System Red Green Blue C M Y K H S L
Decimal 207 243 7 0.15 0 0.97 0.05 69.15 0.94 0.49
Hex CF F3 7 F 0 61 5 45 5E 31
Octal 317 363 7 17 0 141 5 105 136 61
Binary 11001111 11110011 111 1111 0 1100001 101 1000101 1011110 110001

Color Harmonies of #CFF307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF307

Black with #CFF307

Text Example


Text Example

White with #CFF307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF307; }

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

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

background-color css

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

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

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

border-color css

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

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

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